forked from allenhwkim/angularjs-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "ngmap",
"version": "1.13.5",
"main": "build/scripts/ng-map.js",
"dependencies": {},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"angular-jsdoc": "^1.1.3",
"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.3.0",
"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-util": "~2.2.16",
"jsdoc": "^3.3.0-beta3",
"karma": "^0.12.31",
"karma-chrome-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"run-sequence": "~0.3.6",
"selenium-webdriver": "^2.45.1",
"through2": "~0.5.1",
"zeparser": "0.0.7"
}
}