-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 923 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
{
"name": "sonarvio-server",
"description": "Providing an API to use 3rd party services at the website and extension.",
"version": "0.4.2",
"author": "Stefan Dühring | Autarc <[email protected]>",
"dependencies": {
"babel": "^5.8.23",
"babel-runtime": "^5.8.25",
"cheerio": "^0.19.0",
"got": "^4.2.0",
"hapi": "^10.4.1",
"musicmatch": "^0.2.3",
"source-map-support": "^0.3.2",
"tunefind": "^1.0.2"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"json-loader": "^0.5.3",
"webpack": "^1.12.0"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production node build.js",
"check": "npm outdated -depth 0",
"start": "node index.js",
"setup": "pm2 start index.js --name \"sonarvio-server\" --log-date-format \"YYYY-MM-DD HH:mm Z\""
},
"optionalDependencies": {
"pm2": "^0.15.7"
}
}