-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "turbo-git-config",
"version": "0.5.1",
"description": "Config package for turbo-git",
"main": "index.js",
"scripts": {
"test": "nyc jasmine-node --verbose --captureExceptions test",
"test:watch": "npm test & onchange lib/*.js bin/*.js test/* -- npm test",
"coverage": "nyc report --reporter=text-lcov > coverage.json"
},
"devDependencies": {
"charmander-injector": "^0.4.0",
"console-mock": "^1.0.24",
"jasmine-node": "^1.14.5",
"nyc": "^11.4.1"
},
"engines": {
"node": "7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labs-js/turbo-git-config.git"
},
"keywords": [
"turbo-git",
"config"
],
"author": "Samuel Fabrizio <samuelfabrizio@gmail.com>, Alan Campora <alan.campora@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/labs-js/turbo-git-config/issues"
},
"homepage": "https://github.com/labs-js/turbo-git-config#readme",
"dependencies": {
"colors": "^1.4.0",
"onchange": "^7.1.0",
"promise": "^8.1.0",
"shelljs": "^0.8.4"
}
}