UNPKG

2.45 kBJSONView Raw
1{
2 "name": "gemstone-tool",
3 "homepage": "http://github.com/gemstonejs/gemstone-tool",
4 "description": "Gemstone Command-Line Interface Tool",
5 "version": "0.9.29",
6 "license": "Apache-2.0",
7 "author": {
8 "name": "Gemstone Project",
9 "url": "http://gemstonejs.com"
10 },
11 "keywords": [
12 "gemstone", "cli", "tool"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/gemstonejs/gemstone-tool.git"
17 },
18 "bugs": {
19 "url": "http://github.com/gemstonejs/gemstone-tool/issues"
20 },
21 "devDependencies": {
22 "grunt": "~1.0.2",
23 "grunt-cli": "~1.2.0",
24 "grunt-contrib-clean": "~1.1.0",
25 "grunt-babel": "~7.0.0",
26 "grunt-eslint": "~20.1.0",
27 "eslint": "~4.17.0",
28 "eslint-config-standard": "~10.2.1",
29 "eslint-plugin-standard": "~3.0.1",
30 "eslint-plugin-promise": "~3.6.0",
31 "eslint-plugin-import": "~2.8.0",
32 "eslint-plugin-node": "~6.0.0",
33 "babel-eslint": "~8.2.1",
34 "babelify": "~8.0.0",
35 "babel-core": "~6.26.0",
36 "babel-preset-env": "~1.6.1",
37 "babel-plugin-transform-runtime": "~6.23.0"
38 },
39 "dependencies" : {
40 "babel-runtime": "~6.26.0",
41 "mz": "~2.7.0",
42 "ducky": "~2.6.3",
43 "cli-table2": "~0.2.0",
44 "window-size": "~1.1.0",
45 "chalk": "~2.3.1",
46 "strip-ansi": "~4.0.0",
47 "latching": "~0.9.7",
48 "dashdash": "~1.14.1",
49 "installed-packages": "~0.9.6",
50 "micromatch": "~3.1.5",
51 "require-relative": "~0.8.7"
52 },
53 "engines": {
54 "node": ">=7.6.0"
55 },
56 "scripts": {
57 "grunt": "grunt"
58 },
59 "main": "./lib/gemstone-tool-api.js",
60 "bin": { "gemstone-tool": "./bin/gemstone-tool-cli.js" }
61}