-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 944 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
{
"name": "lights-cameras-actions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/cucumber-js",
"start": "node index.js",
"coverage-test": "nyc --reporter=lcov --reporter=text-lcov cucumber-js -r features/",
"coverage-report": "nyc --reporter=lcov --reporter=text-lcov npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grandrapidsjavascript/lights-cameras-actions.git"
},
"author": "Mallowfields",
"license": "ISC",
"bugs": {
"url": "https://github.com/grandrapidsjavascript/lights-cameras-actions/issues"
},
"homepage": "https://github.com/grandrapidsjavascript/lights-cameras-actions#readme",
"devDependencies": {
"chai": "^4.2.0",
"cucumber": "^5.1.0",
"docco": "^0.8.0",
"gulp": "^4.0.2",
"nodemon": "^1.19.1",
"nyc": "^14.1.1"
},
"dependencies": {
"colors": "^1.3.3"
}
}