This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.51 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
{
"name": "grunt-qx",
"description": "A grunt plugin which builds your Qooxdoo app.",
"version": "0.1.13",
"homepage": "https://github.com/drawstack/grunt-qx",
"license": "MIT",
"author": {
"name": "Rene Jochum",
"email": "[email protected]",
"url": "https://rene.jochums.at"
},
"repository": {
"type": "git",
"url": "git://github.com/drawstack/grunt-qx.git"
},
"bugs": {
"url": "https://github.com/drawstack/grunt-qx/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/drawstack/grunt-qx/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 4.5.0"
},
"dependencies": {
"async": "^2.0.1",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-generator": "^6.11.4",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-es2015": "^6.13.2",
"babel-traverse": "^6.13.0",
"babel-types": "^6.13.0",
"babylon": "^6.9.0",
"bluebird": "^3.4.3",
"chokidar": "^1.6.0",
"commander": "^2.9.0",
"eslint": "^3.3.1",
"graceful-fs": "^4.1.6",
"mkdirp": "^0.5.1",
"qooxdoo": "^5.0.1",
"uglify-js": "^2.7.3",
"walker": "^1.0.7",
"xml2js": "^0.4.17"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-xo-space": "^0.14.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"keywords": [
"gruntplugin",
"qooxdoo"
],
"eslintConfig": {
"extends": [
"xo-space",
".eslintrc-qx"
]
}
}