forked from hyperledger-archives/composer-sample-networks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 973 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
{
"devDependencies": {
"colors": "^1.1.2",
"lerna": "2.0.0-beta.38",
"moment": "^2.17.1",
"semver": "^5.3.0",
"sleep-promise": "^2.0.0"
},
"name": "sample-networks",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.0.7",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "npm run pkgcheck && npm run bootstrap",
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"scanlicenses": "./scripts/scan-all-licenses.sh",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/fabric-composer/sample-networks.git"
},
"keywords": [
"blockchain",
"hyperledger",
"solutions"
],
"author": "Fabric Composer",
"license": "Apache-2.0"
}