-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 970 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
38
39
40
{
"name": "bones-mongodb",
"description": "Backbone.js sync for MongoDB and Bones",
"author": {
"name": "Sergey Boychenko",
"email": "[email protected]"
},
"version": "0.0.1",
"homepage": "https://github.com/sergeydt/backbone-mongodb",
"repository": {
"type": "git",
"url": "git://github.com/sergeydt/backbone-mongodb.git"
},
"main": "./index",
"engines": {
"node": "*"
},
"dependencies": {
"request": "2.9.x",
"backbone": "= 0.5.1",
"underscore": "1.1.x",
"mongodb": ""
},
"devDependencies": {
"mocha": "1.0.x"
},
"scripts": {
"test": "mocha -R spec"
},
"_id": "[email protected]",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.16",
"_nodeVersion": "v0.6.15",
"_defaultsLoaded": true,
"dist": {
"shasum": "ab96414806c1c1866bdd6d10555baad9aad5ef1f"
},
"_from": "bones-mongodb@https://github.com/sergeydt/bones-mongodb/tarball/master"
}