forked from ed-is-on/grantblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.08 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
{
"name": "grantblock",
"version": "0.0.1",
"description": "This will serve as the foundation for the MVP of the grant disbursement project for the department of education. The goal of this project is to audit grant action requests in real time, increasing efficiency and decreasing fraud and errors in the grants process.",
"scripts": {
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/grantblock.bna",
"pretest": "npm run lint",
"lint": "eslint .",
"test": "nyc mocha -t 0 test/*.js && cucumber-js"
},
"author": "Michael Youngdahl",
"email": "Michael.Youngdahl@ibm.com",
"license": "Apache-2.0",
"devDependencies": {
"chai": "latest",
"chai-as-promised": "latest",
"composer-admin": "^0.19.11",
"composer-cli": "^0.19.11",
"composer-client": "^0.19.11",
"composer-common": "^0.19.11",
"composer-connector-embedded": "^0.19.11",
"composer-cucumber-steps": "^0.19.11",
"cucumber": "^2.2.0",
"eslint": "^5.0.1",
"mkdirp": "latest",
"mocha": "latest",
"nyc": "latest"
}
}