summaryrefslogtreecommitdiff
path: root/loleaflet/package.json
blob: 9c423c4e91d250d95318ac65117576123c0299f1 (plain)
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": "leaflet",
  "version": "0.8.0-dev",
  "description": "JavaScript library for mobile-friendly interactive maps",
  "devDependencies": {
    "copyfiles": "0.1.0",
    "eslint": "^0.15.1",
    "happen": "~0.1.3",
    "jake": "~8.0.10",
    "karma": "~0.12.31",
    "karma-chrome-launcher": "^0.1.7",
    "karma-coverage": "~0.2.7",
    "karma-firefox-launcher": "~0.1.4",
    "karma-mocha": "~0.1.10",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-safari-launcher": "~0.1.1",
    "mocha": "~2.1.0",
    "tin": "^0.5.0",
    "uglify-js": "~2.4.16"
  },
  "main": "dist/leaflet-src.js",
  "style": "dist/leaflet.css",
  "scripts": {
    "test": "jake test",
    "prepublish": "jake build",
    "publish": "./build/publish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Leaflet/Leaflet.git"
  },
  "keywords": [
    "gis",
    "map"
  ],
  "licenses": [
    {
      "type": "BSD-2-Clause",
      "url": "https://github.com/Leaflet/Leaflet/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "ws": "~0.7.2"
  }
}