-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "angular-esri-map",
"version": "0.0.1-beta.3",
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": "dist/angular-esri-map.js",
"directories": {
"example": "examples"
},
"dependencies": {
"marked": "^0.3.5"
},
"devDependencies": {
"browser-sync": "~1.6.1",
"canonical-path": "0.0.2",
"del": "^2.0.0",
"dgeni": "^0.4.1",
"dgeni-packages": "git://github.com/angular/dgeni-packages.git#angular-docs",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "~2.2.0",
"gulp-gh-pages": "^0.4.0",
"gulp-jshint": "^1.8.5",
"gulp-ng-annotate": "^0.3.3",
"gulp-rename": "~1.2.0",
"gulp-strip-debug": "~0.3.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.16",
"lodash": "^3.10.1",
"run-sequence": "~0.3.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Esri/angular-esri-map.git"
},
"keywords": [
"Angular",
"Esri"
],
"author": "Tom Wayson <[email protected]> (http://tomwayson.com)",
"contributors": [
"Javier Abadía <[email protected]> (https://github.com/jabadia)",
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"Matt Priour <[email protected]> (https://github.com/mpriour)",
"Tom Wayson <[email protected]> (http://tomwayson.com)"
],
"license": "Apache",
"bugs": {
"url": "https://github.com/Esri/angular-esri-map/issues"
},
"homepage": "https://github.com/Esri/angular-esri-map"
}