-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 965 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
36
{
"name": "swissroadaccidentsvi",
"version": "1.0.0",
"description": "Visualistaion of roads accidents by year",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.7",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-exec": "^2.1.2",
"gulp-html-src": "^1.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-jsonmin": "^1.1.0",
"gulp-less": "^3.1.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krypty/SwissRoadAccidentsIV.git"
},
"author": "",
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/krypty/SwissRoadAccidentsIV/issues"
},
"homepage": "https://github.com/krypty/SwissRoadAccidentsIV#readme"
}