-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
31 lines (31 loc) · 868 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
{
"name": "random-access-memory",
"version": "6.2.1",
"description": "Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "standard && brittle test.js"
},
"dependencies": {
"b4a": "^1.6.0",
"is-options": "^1.0.2",
"random-access-storage": "^3.0.0"
},
"devDependencies": {
"brittle": "^3.0.4",
"standard": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/random-access-storage/random-access-memory.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/random-access-storage/random-access-memory/issues"
},
"homepage": "https://github.com/random-access-storage/random-access-memory"
}