-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "grails-web-console",
"version": "1.6.0",
"type": "module",
"devDependencies": {
"del": "^7.0.0",
"glob": "^8.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-coffee": "^3.0.3",
"gulp-concat": "^2.5.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-jasmine": "^4.0.0",
"gulp-jasmine-phantom": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.1",
"gulp-wrap": "^0.15.0",
"handlebars": "^4.0.5",
"merge-stream": "^2.0.0",
"mkdirp": "^2.1.3",
"phantomjs-prebuilt": "^2.1.7",
"through2": "^4.0.2"
},
"scripts": {
"debug-all": "gulp debugAll",
"grails:debug": "gulp grailsDebug",
"grails:release": "gulp grailsRelease",
"release-all": "gulp releaseAll",
"test": "gulp test",
"watch": "gulp watch"
}
}