-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 848 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
{
"version": "0.0.6",
"private": true,
"author": "Hyperledger Composer",
"license": "Apache-2.0",
"scripts": {
"start": "node info",
"preinstall": "npm install -g cordova",
"postinstall": "npm run pkgcheck && npm run bootstrap",
"bootstrap": "git submodule init && git submodule update && lerna bootstrap",
"test": "lerna run test",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix"
},
"dependencies": {
"chalk": "^1.1.3",
"prettyjson": "^1.2.1"
},
"devDependencies": {
"colors": "^1.1.2",
"lerna": "^2.0.0",
"moment": "^2.18.1",
"semver": "^5.4.1"
},
"repository": {
"type": "git",
"url": "git@github.com:hyperledger/composer-sample-applications"
}
}