forked from atlasmap/atlasmap.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 834 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
{
"name": "atlasmap.io",
"version": "1.0.0",
"private": true,
"repository": "[email protected]:atlasmap/atlasmap.io",
"license": "Apache 2.0",
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"anchor-js": "3.2.2",
"bootstrap": "4.0.0-alpha.6",
"cssnano": "3.10.0",
"font-awesome": "4.7.0",
"gulp": "^4.0.0",
"gulp-cache-bust": "1.1.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "2.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-postcss": "6.4.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.2",
"gulp-uglify": "2.1.2",
"gulp-uncss": "1.0.6",
"postcss-cssnext": "2.10.0",
"postcss-flexbugs-fixes": "2.1.1",
"postcss-import": "9.1.0",
"sass-lint": "1.10.2",
"scrollpos-styler": "0.6.1"
}
}