-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
39
40
41
42
43
44
45
{
"name": "deployzler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"stop": "killall -SIGINT deployzler"
},
"babel": {
"plugins": [
"transform-async-to-generator"
],
"presets": [
"es2015",
"es2016",
"es2017",
"stage-0"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-node-debug": "^2.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"better-log": "^1.3.3",
"body-parser": "^1.16.0",
"colors": "^1.1.2",
"config": "^1.24.0",
"express": "^4.14.0",
"moment": "^2.17.1",
"pad": "^1.0.2",
"ramda": "^0.22.1",
"stack-trace": "0.0.9",
"winston": "^2.3.0",
"winston-mail": "^1.3.0"
}
}