forked from fruskac/map-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 822 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 822 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
{
"name": "FruskacMapController",
"description": "",
"main": "dist/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-expect-file": "0.0.7",
"gulp-htmlmin": "^3.0.0",
"gulp-iife": "^0.3.0",
"gulp-inline-source": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:fruskac/map-controller.git"
},
"author": "Mladen Plavšić <mladen.plavsic@gmail.com>",
"license": "MIT",
"homepage": "https://fruskac.github.io/map-controller"
}