-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 737 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
31
32
33
{
"name": "rm-all",
"version": "1.0.0",
"description": "",
"engines": {
"node": "8.1.4"
},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanostrow/ethano.git"
},
"author": "Ethan Ostrow",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethanostrow/ethano/issues"
},
"homepage": "https://github.com/ethanostrow/ethano",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-less": "^1.4.0"
},
"dependencies": {
"express": "^4.14.0",
"newrelic": "^1.34.0",
"sendgrid": "^4.7.1",
"serve-favicon": "^2.3.2"
}
}