-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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": "data-gang",
"version": "1.0.0",
"description": "Online Database of useful and reviewed resources",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node ./test/runner.js | tap-spec",
"start": "node index.js",
"devStart": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-u/data-gang.git"
},
"author": "William.S Steve.H Lucy.M Jen.S",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-u/data-gang/issues"
},
"homepage": "https://github.com/fac-u/data-gang#readme",
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"nodemon": "^1.11.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"bcrypt": "^0.8.7",
"env2": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^15.2.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-context-credentials": "^2.0.0",
"inert": "^4.0.3",
"pg": "^6.1.0",
"vision": "^4.1.1"
}
}