-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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-hack",
"version": "1.0.0",
"description": "A web application that encourages collaboration idea sharing",
"main": "index.js",
"scripts": {
"test": "istanbul cover tape test/back-end/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koalabears/fac-hack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/koalabears/fac-hack/issues"
},
"homepage": "https://github.com/koalabears/fac-hack#readme",
"devDependencies": {
"istanbul": "^0.3.22",
"pre-commit": "^1.1.1",
"shot": "^1.7.0",
"tape": "^4.2.1"
},
"pre-commit": [
"test"
],
"dependencies": {
"env2": "^2.0.2",
"hiredis": "^0.4.1",
"jsonwebtoken": "^5.4.0",
"redis": "^2.2.1",
"socket.io": "^1.3.7"
}
}