-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 884 Bytes
/
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
{
"name": "tiny-vue",
"version": "0.1.0",
"description": "rewrite vue.js",
"main": "./dist/tinyVue.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:dev": "webpack -w"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"chai": "^3.5.0",
"eslint": "^3.10.0",
"eslint-loader": "^1.6.1",
"mocha": "^3.1.2",
"webpack": "^1.13.2"
},
"keywords": [
"vue",
"revue"
],
"repository": {
"type": "git",
"url": "https://github.com/xiaofuzi/re-vue"
},
"bugs": {
"url": "https://github.com/xiaofuzi/re-vue/issues"
},
"homepage": "https://github.com/xiaofuzi/deep-in-vue",
"author": "yangxiaofu",
"license": "ISC"
}