-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.19 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "eris-db",
"version": "0.14.2",
"main": "./index.js",
"dependencies": {
"ws": "^0.8.1",
"xmlhttprequest": "~1.7.0"
},
"devDependencies": {
"browserify": "^10.2.4",
"bundle-dependencies": "^1.0.2",
"fs-extra": "~0.18.4",
"gulp": "^3.9.0",
"ink-docstrap": "~0.5.2",
"jsdoc": "^3.4.0",
"mocha": "^2.3.3",
"publish": "^0.5.0"
},
"scripts": {
"predoc": "npm install && rm -rf doc",
"doc": "jsdoc --configure 'JSDoc configuration.json' --template node_modules/ink-docstrap/template index.js lib/*.js lib/rpc/*.js README.md --destination doc",
"publish": "bundle-dependencies update && publish",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eris-ltd/eris-db.js"
},
"homepage": "https://github.com/eris-ltd/eris-db.js",
"bugs": {
"url": "https://github.com/eris-ltd/eris-db.js/issues"
},
"keywords": [
"eris",
"erisdb",
"javascript",
"node.js",
"API",
"RPC"
],
"author": "AndreasEris",
"authors": [
{
"name": "Andreas Olofsson",
"email": "andreas@erisindustries.com",
"url": "http://erisindustries.com"
}
],
"license": "GPL-3.0"
}