-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 Bytes
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
{
"name": "bacon.level",
"version": "0.0.0",
"description": "a leveldb plugin for bacon.js",
"main": "src/index.js",
"scripts": {
"test": "NODE_ENV=test mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/holonomy/bacon.level.git"
},
"author": "ahdinosaur",
"license": "MIT",
"bugs": {
"url": "https://github.com/holonomy/bacon.level/issues"
},
"peerDependencies": {
"baconjs": "0.7.x"
},
"dependencies": {
"bacon.nodestream": "git://github.com/holonomy/bacon.nodestream",
"bacon.model": "git://github.com/ahdinosaur/bacon.model#peerDeps"
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1",
"level-test": "~1.6.1",
"level-live-stream": "git://github.com/ahdinosaur/level-live-stream",
"baconjs": "~0.7.6"
}
}