-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·75 lines (75 loc) · 2.04 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cubicle",
"version": "0.0.2",
"description": "Minecraft admin squared",
"main": "index.js",
"scripts": {
"start": "./bin/cubicle",
"build": "gulp",
"watch": "gulp watch"
},
"bin": {
"cubicle": "./bin/cubicle"
},
"keywords": [
"CLI",
"Minecraft",
"Minecraft Forge",
"Minecraft Admin",
"Forge",
"admin"
],
"author": "Jean-cédric Thérond <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"babel-cli": "*",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-react": "^7.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"enquirer": "^1.0.2",
"enquirer-prompts": "^1.0.0",
"forge-versions-comparator": "^1.0.0",
"globby": "^6.1.0",
"immutability-helper": "^2.2.2",
"ini": "^1.3.4",
"lodash": "^4.17.4",
"logging": "^3.2.0",
"ora": "^1.3.0",
"progress": "^2.0.0",
"promise-state-machine-es6": "^2.1.0",
"react": "^0.14.0",
"react-blessed": "^0.1.8",
"request": "^2.81.0",
"semver": "^5.3.0",
"vorpal": "^1.12.0"
}
}