This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathpackage.json
70 lines (70 loc) · 2.13 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
66
67
68
69
70
{
"name": "angular-esri-map",
"version": "2.0.5",
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": "dist/angular-esri-map.js",
"dependencies": {
"angular": "^1.3.0"
},
"devDependencies": {
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"browser-sync": "^2.18.5",
"chai": "^3.5.0",
"eslint": "^3.12.0",
"gh-release": "^2.0.1",
"gulp": "^3.8.9",
"gulp-angular-protractor": "~0.3.0",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.2.0",
"gulp-eslint": "^3.0.0",
"gulp-gh-pages": "^0.5.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngdocs": "^0.3.0",
"gulp-rename": "~1.2.0",
"gulp-strip-debug": "^0.3.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.0",
"protractor": "^4.0.0",
"run-sequence": "^1.2.2"
},
"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)",
"Dave Bouwman <[email protected]> (https://github.com/dbouwman)",
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"Matt Priour <[email protected]> (https://github.com/mpriour)",
"Jacob Wasilkowski <[email protected]> (https://github.com/jwasilgeo)",
"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",
"scripts": {
"build": "gulp build",
"test": "karma start test/unit/karma.conf.js --browsers Firefox --single-run",
"release": "./scripts/release.sh",
"start": "gulp"
},
"engines": {
"node": "^4 || ^6 || ^8"
}
}