-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 857 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 857 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
33
34
35
36
37
38
{
"name": "@metaparticle/storage",
"version": "0.1.0",
"description": "Scoped storage library",
"repository": {
"type": "git",
"url": "git+https://github.com/metaparticle-io/storage.git"
},
"files": [
"*.js"
],
"main": "metaparticle-storage.js",
"scripts": {
"clean": "rm -Rf node_modules/ dist/",
"test": "mocha test/*_test.js"
},
"author": "Brendan Burns",
"license": "Apache-2.0",
"dependencies": {
"harmony-proxy": "^1.0.1",
"loglevel": "^1.4.1",
"mysql": "^2.15.0",
"node-redis-client": "0.0.10",
"q": "^1.5.0"
},
"devDependencies": {
"unit.js": "^2.0.0",
"mocha": "^3.4.2"
},
"bugs": {
"url": "https://github.com/metaparticle-io/storage/issues"
},
"homepage": "https://github.com/metaparticle-io/storage",
"keywords": [
"storage",
"persistence"
]
}