-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.44 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.44 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
61
{
"name": "serverbone",
"version": "0.8.5",
"description": "Serverside additions to backbone to serve collections and models as express apps",
"main": "index.js",
"scripts": {
"test": "make test",
"precommit": "./precommit.sh"
},
"author": {
"name": "Mikko Lehtinen",
"email": "mikko@applifier.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Everyplay/serverbone"
},
"keywords": [
"everyplay",
"backbone",
"database",
"sync"
],
"license": "MIT",
"dependencies": {
"backbone-blueprint": "^0.3.0",
"backbone-db": "^0.5.3",
"backbone-db-indexing-adapter": "^0.1.1",
"backbone-db-local": "^0.5.13",
"backbone-db-mongodb": "~0.2",
"backbone-db-redis": "^0.1.2",
"backbone-promises": "^0.2.9",
"backdash": "^1.1.2-2.4.1",
"body-parser": "^1.12.2",
"debug": "^1.0.4",
"express": "^4.12.3",
"lodash": "^3.5.0",
"nconf": "^0.6.9",
"serverbone-acl": "^0.1.3",
"when": "^3.7.2"
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"docker": "^0.2.14",
"eslint": "^0.16.2",
"husky": "^0.6.1",
"istanbul": "~0.2",
"mocha": "^1.21.3",
"mongodb": "^1.4.34",
"pretty-monitor": "~0.3",
"redis": "^0.12.1",
"sinon": "*",
"sinon-chai": "*",
"supertest": "^0.13.0"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/Everyplay/serverbone/issues"
}
}