2014-07-09 01:45:53 +08:00
|
|
|
{
|
|
|
|
"name": "vue",
|
2014-12-08 04:43:01 +08:00
|
|
|
"version": "0.11.4",
|
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": {
|
2014-08-10 06:12:06 +08:00
|
|
|
"test": "grunt ci"
|
2014-07-09 01:45:53 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
2014-07-09 06:14:04 +08:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
2014-09-02 00:37:22 +08:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-07-09 01:45:53 +08:00
|
|
|
"grunt-karma": "^0.8.3",
|
2014-09-27 01:33:03 +08:00
|
|
|
"grunt-karma-coveralls": "^2.5.2",
|
2014-07-09 06:14:04 +08:00
|
|
|
"jshint-stylish": "^0.3.0",
|
2014-07-09 01:45:53 +08:00
|
|
|
"karma": "^0.12.16",
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
2014-08-06 02:29:53 +08:00
|
|
|
"karma-commonjs": "^0.0.10",
|
|
|
|
"karma-coverage": "^0.2.5",
|
2014-07-09 01:45:53 +08:00
|
|
|
"karma-firefox-launcher": "^0.1.3",
|
2014-08-09 07:02:25 +08:00
|
|
|
"karma-jasmine": "^0.2.2",
|
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",
|
2014-10-08 04:33:45 +08:00
|
|
|
"semver": "^4.0.3",
|
|
|
|
"shell-task": "^1.0.0",
|
2014-10-06 23:13:07 +08:00
|
|
|
"uglify-js": "^2.4.15",
|
|
|
|
"webpack": "^1.4.4"
|
2014-07-09 01:45:53 +08:00
|
|
|
}
|
|
|
|
}
|