-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.02 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": "accountdown-model",
"description": "a wrapper around accountdown that provides a few additional features",
"version": "1.1.1",
"repository": {
"url": "git://github.com/sethvincent/accountdown-model.git"
},
"main": "index.js",
"scripts": {
"test": "node tests/index.js | tap-spec"
},
"dependencies": {
"clone": "^1.0.2",
"cuid": "^1.2.5",
"extend": "^2.0.1",
"filter-object": "^1.1.2",
"is-email": "^0.1.1",
"is-my-json-valid": "^2.12.0",
"json-schema-defaults": "^0.1.1",
"level-simple-indexes": "0.0.2",
"subleveldown": "^2.0.0"
},
"devDependencies": {
"accountdown": "https://github.com/LukeSwart/accountdown/tarball/baa26ddbcd8396019ff45558e103b0b85e04bfea",
"accountdown-basic": "https://github.com/LukeSwart/accountdown-basic/tarball/e1da72179854f7140a35d66fbdbf8f4b63856fd5",
"each-async": "^1.1.1",
"levelup": "^1.2.0",
"memdown": "^1.0.0",
"subleveldown": "^2.0.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0"
},
"license": "MIT"
}