forked from probot/create-probot-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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": "create-probot-app",
"version": "2.3.0",
"description": "Create a Probot app",
"bin": {
"create-probot-app": "./bin/create-probot-app.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/probot/create-probot-app.git"
},
"keywords": [
"probot"
],
"author": "Brandon Keepers",
"license": "ISC",
"bugs": {
"url": "https://github.com/probot/create-probot-app/issues"
},
"homepage": "https://github.com/probot/create-probot-app#readme",
"dependencies": {
"chalk": "^2.0.1",
"commander": "^2.11.0",
"conjecture": "^0.1.2",
"egad": "^0.2.0",
"inquirer": "^3.2.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"stringify-author": "^0.1.3",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"standard": "^10.0.3"
}
}