forked from dylanfprice/angular-gm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "angular-gm",
"description": "AngularGM - Google Maps Directives for AngularJS",
"version": "2.0.1",
"homepage": "http://dylanfprice.github.com/angular-gm",
"author": "Dylan Price <[email protected]>",
"main": "dist/angular-gm.js",
"repository": {
"type": "git",
"url": "git://github.com/dylanfprice/angular-gm.git"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-karma": "~2.0.0",
"jasmine-core": "2.5.2",
"jshint": "~2.9.4",
"karma": "~1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.0.0",
"karma-html2js-preprocessor": "~1.1.0",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-requirejs": "~1.1.0",
"karma-script-launcher": "~1.0.0",
"phantomjs-prebuilt": "~2.1.7",
"grunt-ngdocs": "~0.2.1"
}
}