-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 902 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
{
"name": "week5-make-note",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "tape ./tests/test.js | tap-spec",
"start": "node src/server.js",
"dev-env": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facn6/Week5-sam-ameer-make-notes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/facn6/Week5-sam-ameer-make-notes/issues"
},
"homepage": "https://github.com/facn6/Week5-sam-ameer-make-notes#readme",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"nodemon": "^1.19.1",
"supertest": "^4.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"keywords": []
}