-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 924 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": "standard41",
"version": "0.1.0",
"description": "Toy to help with learning the Standard 41' Surprise Minor",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "git://github.com/bobwallis/Standard41.git"
},
"browserslist": [
"last 3 versions"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-amdclean": "^1.1.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-brotli": "^3.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^5.0.1",
"gulp-hypher": "^1.0.3",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-requirejs": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typogr": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-inline": "^0.1.1",
"hyphenation.en-gb": "^0.2.1",
"merge-stream": "^2.0.0",
"natives": "^1.1.6"
}
}