2014-07-09 01:45:53 +08:00
|
|
|
{
|
|
|
|
"name": "vue",
|
2015-06-14 13:28:05 +08:00
|
|
|
"version": "0.12.1",
|
2014-07-09 01:45:53 +08:00
|
|
|
"author": "Evan You <yyx990803@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
|
|
|
"keywords": [
|
|
|
|
"mvvm",
|
|
|
|
"browser",
|
|
|
|
"framework"
|
|
|
|
],
|
|
|
|
"main": "src/vue.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yyx990803/vue.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/yyx990803/vue/issues",
|
|
|
|
"homepage": "http://vuejs.org",
|
|
|
|
"scripts": {
|
2015-05-11 01:19:55 +08:00
|
|
|
"test": "grunt ci",
|
|
|
|
"dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js"
|
2014-07-09 01:45:53 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-05-28 05:02:30 +08:00
|
|
|
"casperjs": "^1.1.0-beta3",
|
2014-07-09 01:45:53 +08:00
|
|
|
"grunt": "^0.4.5",
|
2014-07-09 06:14:04 +08:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
2015-06-14 14:20:39 +08:00
|
|
|
"grunt-coveralls": "^1.0.0",
|
2014-07-09 01:45:53 +08:00
|
|
|
"grunt-karma": "^0.8.3",
|
2014-07-09 06:14:04 +08:00
|
|
|
"jshint-stylish": "^0.3.0",
|
2015-02-02 23:36:30 +08:00
|
|
|
"karma": "^0.12.31",
|
|
|
|
"karma-chrome-launcher": "^0.1.7",
|
2014-08-06 02:29:53 +08:00
|
|
|
"karma-commonjs": "^0.0.10",
|
2015-02-02 23:36:30 +08:00
|
|
|
"karma-coverage": "^0.2.7",
|
|
|
|
"karma-firefox-launcher": "^0.1.4",
|
|
|
|
"karma-jasmine": "^0.2.3",
|
2014-09-11 01:43:34 +08:00
|
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
2014-10-16 06:52:40 +08:00
|
|
|
"karma-safari-launcher": "^0.1.1",
|
2014-09-26 13:26:23 +08:00
|
|
|
"karma-sauce-launcher": "^0.2.10",
|
2015-02-02 23:36:30 +08:00
|
|
|
"semver": "^4.2.0",
|
2014-10-08 04:33:45 +08:00
|
|
|
"shell-task": "^1.0.0",
|
2015-04-17 12:59:27 +08:00
|
|
|
"uglify-js": "^2.4.20",
|
2015-06-13 02:58:46 +08:00
|
|
|
"webpack": "^1.9.10"
|
2014-07-09 01:45:53 +08:00
|
|
|
}
|
|
|
|
}
|