forked from GFDRR/thinkhazard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 830 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
{
"name": "thinkhazard",
"version": "0.0.1",
"description": "The ThinkHazard project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GFDRR/thinkhazard.git"
},
"author": "GFDRR",
"license": "BSD",
"bugs": {
"url": "https://github.com/GFDRR/thinkhazard/issues"
},
"homepage": "https://github.com/GFDRR/thinkhazard",
"dependencies": {
"bootlint": "~0.11.0",
"bootstrap": "3.3.7",
"jquery": "~3.3.1",
"jshint": "~2.5.1",
"leaflet": "~0.7.7",
"less": "~1.7.5",
"openlayers": "~4.0.1",
"typeahead.js": "~0.11.1",
"font-awesome": "~4.5.0",
"d3": "~3.5.16",
"d3-geo-projection": "~0.2.16",
"topojson": "~1.6.24",
"casperjs": "~1.1.4"
}
}