-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "labs.fabric.pub",
"version": "0.1.0",
"description": "Fabric Labs",
"main": "services/Labs.js",
"dependencies": {
"@fabric/core": "FabricLabs/fabric"
},
"scripts": {
"report:install": "rm -rf node_modules && echo \"\n\" > package-lock.json && echo \"$ npm i\" > reports/install.log && npm i >> reports/install.log",
"report:todo": "grep --exclude-dir=.git --exclude-dir=_book --exclude-dir=assets --exclude-dir=node_modules --exclude-dir=reports --exclude-dir=coverage --exclude-dir=docs -rEI \"TODO|FIXME\" . > reports/TODO.txt",
"serve": "http-server assets",
"start": "node scripts/node.js",
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FabricLabs/labs.fabric.pub.git"
},
"keywords": [
"fabric",
"bitcoin",
"lightning",
"dapp",
"p2p",
"peer",
"to",
"peer"
],
"author": "Fabric Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/FabricLabs/labs.fabric.pub/issues"
},
"homepage": "https://github.com/FabricLabs/labs.fabric.pub#readme",
"devDependencies": {
"http-server": "14.1.1",
"mocha": "10.2.0"
}
}