-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 868 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
{
"name": "movieticket-front-end-xy",
"version": "1.0.0",
"description": "电影订票系统前端代码",
"main": "/scripts/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MxyEI/movieticket-front-end-xy.git"
},
"author": "xy",
"license": "ISC",
"bugs": {
"url": "http://btorg.org"
},
"homepage": "http://btorg.org",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^5.0.0",
"gulp-jade": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.11"
}
}