-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 984 Bytes
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
{
"name": "Characters_of_the_Three_Kingdoms",
"version": "1.0.0",
"description": "",
"main": ".eslintrc.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:myvin/Characters_of_the_Three_Kingdoms.git"
},
"keywords": [
"Characters_of_the_Three_Kingdoms"
],
"author": "myvin",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-component": "^0.9.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.3.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"gulp-nodemon": "^2.2.1",
"webpack": "^2.3.3"
}
}