-
Notifications
You must be signed in to change notification settings - Fork 285
/
package.json
45 lines (45 loc) · 1.17 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "taffydb",
"version": "2.7.3",
"description": "TaffyDB is an opensouce library that brings database features into your JavaScript applications.",
"keywords": [
"database", "browser", "json", "collection", "records", "node", "nodejs"
],
"main": "taffy.js",
"scripts": {
"test": "node_modules/.bin/nodeunit test/t.js"
},
"repository": {
"type": "git",
"url": "git://github.com/typicaljoe/taffydb.git"
},
"author": { "name": "Ian Smith" },
"contributors": [
{ "name": "Ian Smith" },
{ "name": "Todd Chambery",
"email": "todd.chambery@gmail.com"
},
{ "name": "Daniel Ruf",
"email": "kontakt@daniel-ruf.de"
},
{ "name": "Michael Mikowski",
"email": "mike.mikowski@gmail.com"
},
{ "name": "Matthew Chase Whittemore",
"email": "mcwhittemore@gmail.com"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/typicaljoe/taffydb/issues"
},
"homepage": "http://www.taffydb.com",
"dependencies": {},
"devDependencies": {
"jslint": "^0.9.3",
"nodeunit": "^0.9.1",
"nodeunit-b": "^4.0.0",
"node-inspector" : "^0.12.5",
"uglifyjs": "^2.4.10"
}
}