forked from fac-15/FAC_guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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
{
"name": "FAC_guidebook",
"version": "1.0.0",
"description": "## User Stories",
"main": "server.js",
"scripts": {
"test": "node src/test/test_server.js | tap-spec && NODE_ENV=test node src/test/test_db.js | tap-spec",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-15/FAC_guidebook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-15/FAC_guidebook/issues"
},
"homepage": "https://github.com/fac-15/FAC_guidebook#readme",
"devDependencies": {
"env2": "^2.2.2",
"nodemon": "^1.18.7",
"pg": "^7.7.1",
"supertest": "^3.3.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"dependencies": {
"env2": "^2.2.2",
"pg": "^7.7.1",
"request": "^2.88.0",
"tape": "^4.9.1"
}
}