-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 KB
/
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
44
45
46
47
{
"name": "faclibrary",
"version": "1.0.0",
"description": "The centralised resource of useful weblinks for FAC!",
"main": "index.html",
"scripts": {
"test": "tape tests/*.test.js | tap-spec",
"start": "node ./src/server.js",
"devstart": "nodemon ./src/server.js",
"coverage": "istanbul cover ./tests/src.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC-11/theLibrary.git"
},
"keywords": [
"library",
"fac",
"weblinks",
"week6",
"postgresql",
"databases",
"node",
"asskitty"
],
"author": "An asskitty-donions production",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC-11/theLibrary/issues"
},
"homepage": "https://github.com/FAC-11/theLibrary#readme",
"dependencies": {
"env2": "^2.2.0",
"pg": "^7.0.2"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"istanbul": "^0.4.5",
"nodemon": "^1.11.0",
"shot": "^3.4.2",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"travis": "^0.1.1"
}
}