mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "vue",
|
|
"version": "0.11.0",
|
|
"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": {
|
|
"test": "grunt ci",
|
|
"jasmine": "jasmine-node test/unit/"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^4.2.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-browserify": "^2.1.3",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-uglify": "^0.5.1",
|
|
"grunt-karma": "^0.8.3",
|
|
"jshint-stylish": "^0.3.0",
|
|
"karma": "^0.12.16",
|
|
"karma-browserify": "^0.2.1",
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
"karma-commonjs": "^0.0.10",
|
|
"karma-coverage": "^0.2.5",
|
|
"karma-firefox-launcher": "^0.1.3",
|
|
"karma-jasmine": "^0.1.5",
|
|
"karma-phantomjs-launcher": "^0.1.4"
|
|
}
|
|
}
|