forked from allenhwkim/angularjs-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "ngmap",
"version": "1.17.3",
"main": "build/scripts/ng-map.js",
"description": "The Simplest AngularJS Google Maps V3 Directive",
"repository": {
"type": "git",
"url": "https://github.com/allenhwkim/angularjs-google-maps.git"
},
"dependencies": {},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"angular-jsdoc": "^1.3.3",
"cheerio": "^0.19.0",
"compression": "~1.0.6",
"express": "~4.4.1",
"glob": "~4.0.2",
"gulp": "^3.8.0",
"gulp-bump": "~0.1.9",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.2.0",
"gulp-connect": "^2.2.0",
"gulp-debug": "~0.3.0",
"gulp-html-replace": "~1.1.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "~0.4.0",
"gulp-shell": "~0.2.7",
"gulp-strip-debug": "~0.3.0",
"gulp-tap": "~0.1.1",
"gulp-uglify": "~0.3.0",
"gulp-umd": "~0.2",
"gulp-usemin": "^0.3.15",
"gulp-util": "~2.2.16",
"jsdoc": "^3.3.0-beta3",
"karma": "~0.13",
"karma-chrome-launcher": "0.2.1",
"karma-jasmine": "0.2.2",
"karma-ng-html2js-preprocessor": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"phantomjs": "1.9.18",
"run-sequence": "~0.3.6",
"selenium-webdriver": "^2.45.1",
"through2": "^2.0.0",
"uglify-save-license": "^0.4.1",
"vinyl": "^1.1.0",
"yargs": "^3.31.0",
"zeparser": "0.0.7"
}
}