vue/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2014-07-09 01:45:53 +08:00
{
"name": "vue",
2015-07-05 15:48:14 +08:00
"version": "0.12.6",
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": {
"casperjs": "^1.1.0-beta3",
2015-06-15 02:41:28 +08:00
"codecov.io": "^0.1.2",
2014-07-09 01:45:53 +08:00
"grunt": "^0.4.5",
2015-07-02 21:12:19 +08:00
"grunt-eslint": "^16.0.0",
2014-07-09 01:45:53 +08:00
"grunt-karma": "^0.8.3",
2015-06-20 10:13:53 +08:00
"jasmine-core": "^2.3.4",
2015-02-02 23:36:30 +08:00
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-commonjs": "^0.0.10",
2015-02-02 23:36:30 +08:00
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
2015-06-20 10:13:53 +08:00
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"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
}
}