forked from Esri/angular-esri-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.06 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": "angular-esri-map",
"version": "1.0.0-rc.2",
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": "dist/angular-esri-map.js",
"dependencies": {},
"devDependencies": {
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"browser-sync": "~1.6.1",
"chai": "^3.4.1",
"eslint": "^1.9.0",
"gh-release": "^2.0.1",
"gulp": "^3.8.9",
"gulp-angular-protractor": "~0.0.2",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-ngdocs": "^0.2.13",
"gulp-rename": "~1.2.0",
"gulp-strip-debug": "~0.3.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.16",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"protractor": "~2.2.0",
"run-sequence": "~0.3.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Esri/angular-esri-map.git"
},
"keywords": [
"Angular",
"Esri"
],
"author": "Tom Wayson <twayson@esri.com> (http://tomwayson.com)",
"contributors": [
"Javier Abadía <javier.abadia@esri.es> (https://github.com/jabadia)",
"Dave Bouwman <DBouwman@esri.com> (https://github.com/dbouwman)",
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"Matt Priour <mpriour@esr.com> (https://github.com/mpriour)",
"Jacob Wasilkowski <JWasilkowski@esri.com> (https://github.com/jwasil)",
"Tom Wayson <twayson@esri.com> (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"
}
}