forked from balderdashy/sails-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 960 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
41
42
43
44
45
46
47
48
49
{
"name": "sails-mongo",
"version": "0.9.7",
"description": "Mongo DB adapter for Sails.js",
"main": "./lib/adapter.js",
"scripts": {
"test": "make test"
},
"keywords": [
"mongo",
"orm",
"waterline",
"sails"
],
"contributors": [
{
"name": "Cody Stoltman",
"email": "[email protected]"
},
{
"name": "Zolmeister",
"email": "[email protected]"
},
{
"name": "Robin Persson",
"email": "[email protected]"
},
{
"name": "Ted Kulp",
"email": "[email protected]"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails-mongo.git"
},
"dependencies": {
"async": "0.2.10",
"underscore": "1.5.2",
"underscore.string": "2.3.3",
"mongodb": "~1.3.23"
},
"devDependencies": {
"mocha": "*",
"waterline-adapter-tests": "~0.9.4"
}
}