forked from tangrams/tangram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.3 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "tangram",
"version": "0.0.1",
"description": "WebGL for OpenStreetMap",
"repository": {
"type": "git",
"url": "git://github.com/bcamper/tangram.git"
},
"homepage": "https://github.com/bcamper/tangram",
"keywords": [
"maps",
"graphics",
"rendering",
"visualization",
"WebGL",
"OpenStreetMap"
],
"scripts": {
"test": "make test-ci"
},
"author": {
"name": "Brett Camper",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"libtess": "1.2.0",
"pbf": "0.0.1",
"vector-tile": "git://github.com/mapzen/vector-tile-js.git#geojson",
"glsl-noise": "0.0.0",
"gl-matrix": "^2.1.0",
"js-yaml": "^3.1.0",
"csscolorparser": "^1.0.2",
"loglevel": "~1.2.0"
},
"devDependencies": {
"uglify-js": "^2.4.14",
"browserify": "6.1.0",
"jshint": "2.5.8",
"mocha": "~1.21.4",
"sinon": "~1.10.3",
"chai": "~1.9.2",
"topojson": "~1.6.18",
"lodash": "~2.4.1",
"yargs": "~1.3.2",
"glob": "~4.0.6",
"chai-as-promised": "~4.1.1",
"zuul": "~1.16.0",
"es6ify": "~1.6.0",
"karma-mocha": "~0.1.9",
"karma": "~0.12.23",
"karma-chrome-launcher": "~0.1.4",
"karma-sauce-launcher": "iwillig/karma-sauce-launcher#firefox-profiles",
"karma-sinon": "~1.0.4"
}
}