forked from eraeco/joy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 954 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
{
"name": "joydb",
"version": "1.2.0",
"description": "JOY is a JavaScript framework for building user interfaces and progressive applications.",
"main": "index.js",
"scripts": {
"start": "node start.js",
"build": "cat ./node_modules/gun/examples/jquery.js ./node_modules/gun/gun.js ./node_modules/gun/sea.js ./node_modules/gun/as.js > joy.min.js && cp ./node_modules/gun/examples/style.css ./joy.css",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/eraeco/joydb.git"
},
"keywords": [
"joy",
"database",
"enterprise",
"decentralized",
"framework",
"p2p",
"blockchain",
"military",
"encryption",
"security"
],
"author": "ERA",
"license": "zlib/MIT/Apache2",
"bugs": {
"url": "https://github.com/eraeco/joydb/issues"
},
"homepage": "https://github.com/eraeco/joydb#readme",
"dependencies": {
"gun": "~>0.2020.1232"
}
}