-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 993 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
35
36
37
38
39
40
41
42
43
{
"name": "alain-as-a-service",
"version": "0.2.0",
"description": "alain REST API http://alainasaservice.com",
"main": "server.js",
"scripts": {
"prestart": "mkdir -p log",
"forever": "npm run prestart && forever start server.js",
"halt": "forever stop server.js",
"test": "standard",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergile/alain-as-a-service.git"
},
"keywords": [
"alain",
"sergile",
"marketing",
"product",
"name",
"app",
"fun",
"yusss!"
],
"author": "nexdrew",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergile/alain-as-a-service/issues"
},
"homepage": "https://github.com/sergile/alain-as-a-service#readme",
"dependencies": {
"alain": "^0.4.0",
"bunyan": "^1.8.1",
"restify": "^4.0.4"
},
"devDependencies": {
"forever": "^0.15.1",
"standard": "^7.0.1",
"standard-version": "^2.1.2"
}
}