-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 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
{
"name": "sk-public-server",
"version": "0.1.0",
"description": "Express server for Smartkarma public home page",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/smartkarma/sk-fastboot-server",
"main": "server.js",
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint server.js lib/**",
"start": "node server.js"
},
"dependencies": {
"cluster": "^0.7.7",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"fastboot-app-server": "smartkarma/fastboot-app-server#rooturl",
"fs": "^0.0.1-security",
"ncp": "^2.0.0",
"path": "^0.12.7",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"targz": "^1.0.1",
"uuid": "^3.0.1"
},
"engines": {
"node": ">= 6.11.1"
},
"private": true,
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
}
}