-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 Bytes
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
{
"private": true,
"name": "XpressEngine",
"author": "XEHub",
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "git://github.com/xpressengine/xe-core.git"
},
"bugs": {
"url": "https://github.com/xpressengine/xe-core/issues"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-csslint": "~0.3.0",
"grunt-contrib-cssmin": "^0.7.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-phplint": "~0.0.3",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-task-listing": "^1.0.1"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
}
}