-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 928 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
{
"name": "fireant-cli",
"version": "0.0.4",
"description": "Command Line Interface for Fireant",
"main": "index.js",
"scripts": {
"changelog": "github-changes -o fireantjs -r fireant-cli -b master -f ./CHANGELOG.md --order-semver --use-commit-body",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jari Lehtinen <jari@feature.fi>",
"license": "MIT",
"bin": {
"fire": "bin/fireant.js"
},
"dependencies": {
"chalk": "^1.1.3",
"fireant-timestamp": "^1.0.0",
"gaze": "^1.1.2",
"keypress": "^0.2.1",
"liftoff": "^2.3.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"github-changes": "^1.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fireantjs/fireant-cli.git"
},
"bugs": {
"url": "https://github.com/fireantjs/fireant-cli/issues"
},
"homepage": "https://github.com/fireantjs/fireant-cli#readme"
}