forked from cedarstudios/cedarmaps-web-sdk-raster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"author": "CedarStudios",
"name": "cedarmaps.js",
"description": "CedarMaps javascript SDK (Raster Tiles)",
"version": "1.8.1",
"homepage": "http://www.cedarmaps.com/",
"repository": {
"type": "git",
"url": "https://github.com/cedarstudios/cedarmaps-web-sdk-raster"
},
"main": "src/index.js",
"dependencies": {
"corslite": "0.0.6",
"isarray": "0.0.1",
"mapbox.js": "^3.1.1",
"mustache": "0.7.3",
"sanitize-caja": "0.1.3"
},
"scripts": {
"build": "grunt build"
},
"devDependencies": {
"browserify": "^6.3.2",
"clean-css": "~2.0.7",
"expect.js": "0.3.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^0.7.0",
"happen": "0.1.3",
"jshint": "^2.10.2",
"leaflet-fullscreen": "0.0.0",
"leaflet-hash": "0.2.1",
"marked": "^0.7.0",
"minimist": "0.0.5",
"mocha": "1.17.1",
"mocha-phantomjs": "3.1.6",
"sinon": "1.10.2",
"uglify-js": "2.4.8"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}