-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
42 lines (42 loc) · 996 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
38
39
40
41
42
{
"name": "asyncstorage-down",
"description": "A leveldown API implementation that maps to AsyncStorage in React Native, originally a fork of no9/localstorage-down",
"keywords": [
"leveldb",
"leveldown",
"levelup",
"AsyncStorage",
"react",
"react-component",
"react-native",
"ios"
],
"version": "4.2.0",
"main": "index.js",
"dependencies": {
"abstract-leveldown": "2.6.1",
"argsarray": "0.0.1",
"d64": "^1.0.0",
"ltgt": "^2.1.3",
"tiny-queue": "0.2.0"
},
"devDependencies": {
"asyncstorage-mock-another": "^1.0.1",
"eslint": "^5.9.0",
"husky": "^1.1.3",
"levelup": "^1.3.0",
"react-native": "file:./mock-react-native",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tradle/asyncstorage-down.git"
},
"scripts": {
"test": "node test/test.js",
"lint": "eslint --quiet .",
"precommit": "npm run lint"
},
"license": "MIT",
"gypfile": false
}