-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
44
45
46
47
48
{
"name": "gimpy",
"version": "0.1.0-alpha.13",
"description": "I'm your gimp! I loves doing your painful chores like your project initilization, your deployments. The more painful it is, that more I will like it.",
"contributors": [
"Nicolas Dao <nic@neap.co> (https://neap.co/)"
],
"bin": {
"gimp": "./index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version --prerelease alpha",
"eslint": "eslint index.js src/ templates/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolasdao/gimpy.git"
},
"keywords": [
"gimp",
"templates",
"task",
"google-cloud-functions",
"google-cloud"
],
"author": "Nicolas Dao",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nicolasdao/gimpy/issues"
},
"homepage": "https://github.com/nicolasdao/gimpy#readme",
"devDependencies": {
"eslint": "^4.3.0",
"standard-version": "^4.2.0"
},
"dependencies": {
"axios": "^0.16.2",
"colors": "^1.1.2",
"commander": "^2.11.0",
"lodash": "^4.17.4",
"ncp": "^2.0.0",
"replace": "^0.3.0",
"rimraf": "^2.6.1",
"shelljs": "^0.7.8"
}
}