-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 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
49
50
{
"name": "git-token",
"version": "0.0.59",
"description": "GitToken CLI Program",
"bin": {
"git-token": "./dist/index.js",
"git-token-setup": "./dist/setup/index.js",
"git-token-deploy": "./dist/deploy/index.js",
"git-token-register": "./dist/register/index.js",
"git-token-terminal": "./dist/terminal/index.js"
},
"scripts": {
"test": "mocha",
"build": "babel ./src/ --out-dir ./dist/ --plugins transform-runtime"
},
"keywords": [
"GitToken",
"Ethereum",
"ERC20",
"Token",
"Git"
],
"author": "Ryan Tate <ryan.tate@gittoken.io>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"commander": "^2.11.0",
"dotenv": "^4.0.0",
"github-api": "^3.0.0",
"gittoken-docker": "0.0.1",
"gittoken-registry": "0.0.16",
"gittoken-signer": "0.0.9",
"gittoken-terminal": "0.0.16",
"gittoken-webhook-manager": "0.0.3",
"inquirer": "^3.2.3",
"json2yaml": "^1.1.0",
"jsonfile": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-inline-import": "^2.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"chai": "^4.0.1"
}
}