-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "carchain",
"author": "author",
"description": "carchainv1",
"version": "0.0.3",
"devDependencies": {
"browserfs": "^1.2.0",
"chai": "^3.5.0",
"composer-admin": "latest",
"composer-cli": "latest",
"composer-client": "latest",
"composer-connector-embedded": "latest",
"eslint": "^3.6.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"moment": "^2.19.3"
},
"keywords": [],
"license": "Apache 2.0",
"repository": {
"type": "e.g. git",
"url": "URL"
},
"scripts": {
"deploy": "./scripts/deploy.sh",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf",
"lint": "eslint .",
"postlicchk": "npm run doc",
"postlint": "npm run licchk",
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/unnamed-network.bna",
"pretest": "npm run lint",
"test": "mocha --recursive",
"start": "start-network"
},
"dependencies": {
"composer-common": "0.19.0",
"composer-runtime-hlfv1": "0.19.0"
}
}