-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 801 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
{
"name": "iss",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "babel src --out-dir lib --source-maps inline --copy-files",
"start": "node lib/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel --watch src --out-dir lib --source-maps inline --copy-files"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.7",
"express": "^4.15.4",
"gulp": "^3.9.1",
"node-fetch": "^1.7.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-node-modules": "^0.0.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"npm-watch": "^0.3.0"
}
}