-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 868 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": "bipbip.js",
"description": "Bipbip is a deploy tool",
"version": "0.11.1",
"author": "Baptiste Donaux <[email protected]>",
"license": "MIT",
"main": "./lib/index.js",
"bin": {
"bipbip": "./bin/bipbip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baptistedonaux/bipbip.js.git"
},
"dependencies": {
"chalk": "2.3.*",
"commander": "2.12.*"
},
"devDependencies": {
"eslint": "4.13.*",
"expect.js": "0.3.*",
"jshint": "2.9.*",
"mocha": "4.0.*",
"shelljs": "0.7.*"
},
"scripts": {
"test": "jshint bin lib && eslint lib && mocha --timeout=60000"
},
"keywords": [
"bipbip",
"deploy",
"tool"
],
"homepage": "https://github.com/baptistedonaux/bipbip.js#readme",
"bugs": {
"url": "https://github.com/baptistedonaux/bipbip.js/issues"
}
}