-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (32 loc) · 936 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
{
"name": "payment-network",
"version": "0.0.1",
"description": "payment-network",
"scripts": {
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/payment-network.bna",
"pretest": "npm run lint",
"lint": "eslint .",
"test": "nyc mocha -t 0 test/*.js && cucumber-js"
},
"author": "Yves Peckstadt",
"email": "peckstadt.yves@gmail.com",
"license": "Apache-2.0",
"devDependencies": {
"chai": "latest",
"chai-as-promised": "latest",
"composer-admin": "^0.19.3",
"composer-cli": "^0.19.3",
"composer-client": "^0.19.3",
"composer-common": "^0.19.3",
"composer-connector-embedded": "^0.19.3",
"composer-cucumber-steps": "^0.19.3",
"cucumber": "^2.2.0",
"eslint": "latest",
"mkdirp": "^0.5.1",
"mocha": "latest",
"nyc": "latest",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"moment": "^2.17.1"
}
}