-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 932 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
39
40
41
42
43
{
"name": "guppy-cli",
"version": "1.0.1",
"description": "Commandline functionality for git-guppy",
"main": "index.js",
"bin": {
"guppy": "./bin/index.js"
},
"scripts": {
"test": "faucet test.js",
"lint": "jshint .",
"update": "updtr"
},
"repository": {
"type": "git",
"url": "https://github.com/therealklanni/guppy-cli.git"
},
"keywords": [
"guppy"
],
"author": {
"name": "Kevin Lanni",
"url": "https://github.com/therealklanni"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/therealklanni/guppy-cli/issues"
},
"homepage": "https://github.com/therealklanni/guppy-cli",
"dependencies": {
"async": "^1.5.2",
"map-stream": "0.0.6",
"shelljs": "^0.5.3",
"vinyl-fs": "^2.4.3",
"yargs": "^3.32.0"
},
"devDependencies": {
"faucet": "0.0.1",
"proxyquire": "^1.7.10",
"tape": "^4.0.0",
"updtr": "^0.2.1"
}
}