-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 838 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": "lzxxx",
"version": "1.0.0",
"description": "graduate project",
"main": "index.js",
"dependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"art-template": "^3.1.3",
"babel-cli": "^6.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2"
},
"scripts": {
"test": "test",
"build": "babel source -d application",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzxxxxx/graduate-project.git"
},
"keywords": [
"a"
],
"author": "lzxxx",
"license": "ISC",
"bugs": {
"url": "https://github.com/lzxxxxx/graduate-project/issues"
},
"homepage": "https://github.com/lzxxxxx/graduate-project#readme"
}