-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "live-peers",
"version": "1.0.0",
"description": "1. [Vision](#vision) 2. [Sprint 1](#sprint-1) 3. [Future sprints](#future-sprints)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foundersandcoders/Live-Peers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/foundersandcoders/Live-Peers/issues"
},
"homepage": "https://github.com/foundersandcoders/Live-Peers#readme",
"devDependencies": {
"codecov": "^1.0.1",
"eslint": "^3.15.0",
"istanbul": "^0.4.5",
"nodemon": "^1.11.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"env2": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^16.1.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-error": "^1.7.0",
"inert": "^4.1.0",
"socket.io": "^1.7.2",
"vision": "^4.1.1"
}
}