forked from Esri/esri-leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.55 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
{
"name": "esri-leaflet",
"version": "0.0.1-beta.6",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services",
"main": "dist/esri-leaflet.js",
"devDependencies": {
"grunt": "^0.4.2",
"grunt-karma": "^0.8.3",
"grunt-gh-pages": "^0.8.1",
"grunt-s3": "^0.2.0-alpha.3",
"grunt-contrib-jshint": "^0.4.3",
"grunt-contrib-uglify": "^0.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.4.1",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-concurrent": "^0.5.0",
"grunt-newer": "^0.7.0",
"karma": "^0.12.16",
"karma-coverage": "^0.1",
"karma-chrome-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-mocha": "^0.1.0",
"karma-mocha-reporter": "^0.2.5",
"karma-chai-sinon": "^0.1.3",
"assemble": "^0.4.37",
"load-grunt-tasks": "^0.4.0",
"highlight.js": "^8.0.0",
"grunt-releaseable": "0.0.8"
},
"scripts": {
"prepublish": "node -e \"require('grunt').tasks(['prepublish']);\"",
"start": "node -e \"require('grunt').tasks(['default']);\"",
"test": "node -e \"require('grunt').tasks(['test']);\""
},
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)"
],
"license": "Apache",
"readmeFilename": "README.md",
"dependencies": {}
}