-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 865 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 865 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
33
34
{
"name": "BluelineAndroid",
"description": "Android version of Blueline",
"license": "GPL-2.0+",
"version": "2.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/bobwallis/BluelineAndroid.git"
},
"browserslist": [
"Android > 0"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-amdclean": "^1.1.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hypher": "^1.0.3",
"gulp-imagemin": "^8.0.0",
"gulp-less": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-mustache": "^5.0.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-requirejs": "^1.3.0",
"gulp-svg2png": "^2.0.2",
"gulp-typogr": "^1.0.0",
"gulp-uglify": "^3.0.2",
"hyphenation.en-gb": "^0.2.1",
"merge-stream": "^2.0.0"
}
}