forked from vuejs/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vue",
"version": "0.11.5",
"author": "Evan You <[email protected]>",
"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"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-karma-coveralls": "^2.5.3",
"jshint-stylish": "^0.3.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-commonjs": "^0.0.10",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"semver": "^4.2.0",
"shell-task": "^1.0.0",
"uglify-js": "^2.4.16",
"webpack": "^1.5.3"
}
}