-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 909 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 909 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": "FruskacMap",
"description": "",
"main": "docs/index.html",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-base64": "^0.1.3",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-doxx": "0.0.5",
"gulp-htmlmin": "^3.0.0",
"gulp-iife": "^0.3.0",
"gulp-imagemin": "^3.2.0",
"gulp-inject": "^4.2.0",
"gulp-inline-source": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-live-server": "^0.0.31",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.1",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:fruskac/map.git"
},
"author": "Mladen Plavšić <mladen.plavsic@gmail.com>",
"license": "MIT",
"homepage": "https://fruskac.github.io/map"
}