forked from Esri/geotrigger-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 994 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
{
"name": "geotrigger-js",
"version": "1.0.1",
"description": "Small client for interacting with the ArcGIS Geotrigger Service.",
"main": "geotrigger.js",
"dependencies": {
"xmlhttprequest": "~1.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-karma": "~0.4.5",
"grunt-jasmine-node": "https://github.com/magicmoose/grunt-jasmine-node/tarball/master",
"grunt-complexity": "~0.1.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:Esri/geotrigger-js.git"
},
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"Jerry Sievert <[email protected]> (http://legitimatesounding.com)",
"Nate Goldman <[email protected]> (http://ngoldman.me)"
],
"license": "Apache 2.0"
}