forked from angular-ui/ui-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "angular-ui-map",
"version": "0.5.0",
"description": "This directive allows you to add map elements.",
"author": "https://github.com/angular-ui/ui-map/graphs/contributors",
"license": "MIT",
"homepage": "http://angular-ui.github.com",
"main": "./ui-map.js",
"dependencies": {},
"devDependencies": {
"angular-ui-publisher": "1.2.x",
"grunt": "0.4.x",
"grunt-contrib-connect": "0.5.x",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-watch": "0.5.x",
"grunt-conventional-changelog": "1.x",
"grunt-karma": "0.6.x",
"grunt-ngmin": "0.0.x",
"karma": "0.10.x",
"karma-chrome-launcher": "0.1.x",
"karma-coffee-preprocessor": "0.1.x",
"karma-firefox-launcher": "0.1.x",
"karma-html2js-preprocessor": "0.1.x",
"karma-jasmine": "0.1.x",
"karma-phantomjs-launcher": "0.1.x",
"karma-requirejs": "0.2.x",
"karma-script-launcher": "0.1.x",
"load-grunt-tasks": "0.2.x",
"requirejs": "2.1.x"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-map.git"
}
}