-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "sublevel-migrate",
"version": "0.1.0",
"description": "Module to migrate from version 5 to 6 of sublevel",
"main": "index.js",
"scripts": {
"test": "node test/index.js && node test/bytewise.js"
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/sublevel-migrate.git"
},
"keywords": [
"sublevel",
"migrate",
"banana"
],
"author": "Calvin W. Metcalf B.S.",
"license": "ISC",
"bugs": {
"url": "https://github.com/calvinmetcalf/sublevel-migrate/issues"
},
"homepage": "https://github.com/calvinmetcalf/sublevel-migrate",
"dependencies": {
"through2": "^0.6.1",
"bytewise": "^0.7.1",
"level-sublevel": "^6.3.1",
"level-write-stream": "~1.0.0"
},
"devDependencies": {
"level": "^0.18.0",
"rimraf": "~2.2.8",
"osenv": "~0.1.0",
"mkdirp": "~0.5.0",
"tape": "~2.14.0"
}
}