-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "ge-crash",
"version": "1.0.0",
"description": "Accidents vizualisation in Geneva",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "7.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app",
"postinstall": "gulp webserver"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cimami/ge-crash.git"
},
"keywords": [
"accidents",
"opendata",
"geneva"
],
"author": "Maxime BURRI, Michaël POLLA, Salvatore Cicciù",
"license": "ISC",
"bugs": {
"url": "https://github.com/cimami/ge-crash/issues"
},
"homepage": "https://github.com/cimami/ge-crash#readme",
"dependencies": {
"browser-sync": "2.18.13",
"chart.js": "^2.7.1",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.0",
"gulp-filter": "^5.0.1",
"gulp-header": "1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-serve": "^1.4.0",
"gulp-uglify": "3.0.0",
"gulp-webserver": "^0.9.1"
}
}