-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 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
34
35
36
37
38
{
"name": "turbo-git-commit",
"version": "0.3.1",
"description": "git commits with any commit conventions",
"main": "index.js",
"scripts": {
"test": "nyc jasmine-node --verbose --captureExceptions test",
"lint": "eslint lib test bin index.js",
"lint:fix": "eslint lib test bin index.js --fix"
},
"dependencies": {
"colors": "^1.1.2",
"inquirer": "^5.1.0",
"turbo-git-config": "^0.5.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"jasmine-node": "^1.14.5",
"nyc": "^11.4.1"
},
"engines": {
"node": "7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labs-js/turbo-git-commit.git"
},
"keywords": [
"turbo-git",
"git"
],
"author": "lab-js <https://github.com/labs-js>",
"license": "MIT",
"bugs": {
"url": "https://github.com/labs-js/turbo-git-commit/issues"
},
"homepage": "https://github.com/labs-js/turbo-git-commit#readme"
}