-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 881 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 881 Bytes
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
{
"name": "angular-adaptive-googlemaps",
"version": "0.3.0",
"description": "This module allows you to adapat googlemaps component for different occasions.",
"author": "https://github.com/angular-adaptive/adaptive-googlemaps/graphs/contributors",
"license": "MIT",
"keywords": [
"angular",
"adaptive",
"maps",
"googlemaps"
],
"homepage": "http://angular-adaptive.github.io",
"main": "./src/angular-adaptive-googlemaps.js",
"repository": {
"type": "git",
"url": "https://github.com/angular-adaptive/adaptive-googlemaps.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-karma": "*",
"grunt-contrib-jshint": "~0.2.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"load-grunt-tasks" : "~0.2.0"
},
"scripts": {}
}