-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.36 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.36 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "workwhere",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"test": "mocha server/test/databaseTest.js server/test/serverTest.js"
},
"engines": {
"node": "^0.12.7",
"npm": "2.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IrreproachableCentaur/workwhere.git"
},
"author": "Irreproachable Centaur",
"contributors": [
{
"name": "Surya Kotamraju",
"email": "[email protected]"
},
{
"name": "Kiri Strack-Grose",
"email": "[email protected]"
},
{
"name": "Andrés Viesca",
"email": "[email protected]"
},
{
"name": "Steven Wu",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IrreproachableCentaur/workwhere/issues"
},
"homepage": "https://github.com/IrreproachableCentaur/workwhere#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"bookshelf": "^0.8.2",
"chai-as-promised": "^5.1.0",
"express": "^4.13.3",
"knex": "^0.8.6",
"pg": "^4.4.1",
"q": "^1.4.1",
"qr-image": "^3.1.0",
"supertest": "^1.1.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
}
}