-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
57
58
59
60
61
62
63
64
65
{
"name": "dojo-bootstrap-map-js",
"version": "3.2.3",
"description": "A boilerplate application demonstrating how to create a responsive mapping application using the Esri ArcGIS API for JavaScript with Bootstrap Map and Dojo Bootstrap",
"main": "gruntfile.js",
"directories": {
"src": "src"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Esri/dojo-bootstrap-map-js.git"
},
"keywords": [
"esri",
"maps",
"dojo",
"bootstrap"
],
"author": {
"name": "Tom Wayson",
"homepage": "https://github.com/tomwayson"
},
"contributors": [
{
"name": "Allan Laframboise",
"homepage": "https://github.com/alaframboise"
},
{
"name": "Ben Stoltz",
"homepage": "https://github.com/benstoltz"
},
{
"name": "Nick Peihl",
"homepage": "https://github.com/npeihl"
},
{
"name": "Arnaud Ferrand",
"homepage": "https://github.com/tsamaya"
}
],
"license": "Apache",
"bugs": {
"url": "https://github.com/Esri/dojo-bootstrap-map-js/issues"
},
"homepage": "https://github.com/Esri/dojo-bootstrap-map-js",
"devDependencies": {
"connect-livereload": "~0.3.2",
"grunt": "~0.4.2",
"grunt-build-gh-pages": "^1.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-dojo": "^1.0.1",
"grunt-gh-pages": "^0.9.1",
"grunt-open": "~0.2.3",
"grunt-processhtml": "^0.3.7"
},
"engines": {
"node": ">=0.8.0"
}
}