-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.42 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gemstone-tool",
"homepage": "http://github.com/gemstonejs/gemstone-tool",
"description": "Gemstone Command-Line Interface Tool",
"version": "0.9.46",
"license": "Apache-2.0",
"author": {
"name": "Gemstone Project",
"url": "http://gemstonejs.com"
},
"keywords": [
"gemstone", "cli", "tool"
],
"repository": {
"type": "git",
"url": "git://github.com/gemstonejs/gemstone-tool.git"
},
"bugs": {
"url": "http://github.com/gemstonejs/gemstone-tool/issues"
},
"devDependencies": {
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-babel": "8.0.0",
"grunt-eslint": "22.0.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"babel-eslint": "10.0.3",
"babelify": "10.0.0",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6"
},
"dependencies" : {
"@babel/runtime-corejs2": "7.7.7",
"mz": "2.7.0",
"ducky": "2.7.2",
"cli-table3": "0.5.1",
"window-size": "1.1.1",
"chalk": "3.0.0",
"strip-ansi": "6.0.0",
"latching": "1.0.6",
"dashdash": "1.14.1",
"installed-packages": "1.0.6",
"micromatch": "4.0.2",
"require-relative": "0.8.7"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"main": "./lib/gemstone-tool-api.js",
"bin": { "gemstone-tool": "./bin/gemstone-tool-cli.js" }
}