forked from 1602/jugglingdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.19 KB
/
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
{
"name": "jugglingdb",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite",
"version": "0.2.0-2",
"author": "Anatoliy Chakkaev <[email protected]>",
"contributors": [
{ "name": "Anatoliy Chakkaev", "email": "[email protected]" },
{ "name": "Julien Guimont", "email": "[email protected]" },
{ "name": "Joseph Junker", "email": "[email protected]" },
{ "name": "Henri Bergius", "email": "[email protected]" },
{ "name": "redvulps", "email": "[email protected]" },
{ "name": "Felipe Sateler", "email": "[email protected]" },
{ "name": "Amir M. Mahmoudi", "email": "[email protected]" },
{ "name": "Justinas Stankevičius", "email": "[email protected]" },
{ "name": "Rick O'Toole", "email": "[email protected]" },
{ "name": "Nicholas Westlake", "email": "[email protected]" }
],
"repository": {
"type": "git",
"url": "https://github.com/1602/jugglingdb"
},
"main": "index.js",
"scripts": {
"test": "nodeunit test/*_test*"
},
"engines": [
"node >= 0.6"
],
"devDependencies": {
"semicov": "*",
"nodeunit": ">= 0.6.4",
"coffee-script": "latest"
}
}