-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 778 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 778 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
{
"name": "scratch_registration",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node server.js",
"build": "gulp build",
"dev": "NODE_ENV=development gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.0",
"browser-sync": "^2.14.0",
"express": "^4.13.4",
"google-auth-library": "^0.9.8",
"googleapis": "^7.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-batch": "^1.0.5",
"gulp-stylus": "^2.5.0",
"gulp-watch": "^4.3.9",
"request": "^2.72.0"
}
}