This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
79 lines (79 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"org": "angular-ui",
"author": "https://github.com/angular-ui/ui-leaflet/graphs/contributors",
"name": "ui-leaflet",
"description": "ui-leaflet - An AngularJS directive to easily interact with Leaflet maps",
"version": "2.0.0",
"homepage": "http://angular-ui.github.io/ui-leaflet/",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-leaflet"
},
"scripts": {
"test": "grunt travis --verbose",
"karma": "karma start ./test/karma.conf.js"
},
"main": "dist/ui-leaflet.js",
"keywords": [
"angularjs",
"javascript",
"directive",
"leaflet",
"angular-ui",
"cli"
],
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"grunt": "~1.0.1",
"grunt-angular-architecture-graph": "^0.2.6",
"grunt-babel": "^6.0.0",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "2.x",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "1.0.x",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-graphviz": "^0.1.1",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "2.x",
"grunt-ng-annotate": "^2.0.2",
"grunt-open": "^0.2.3",
"grunt-protractor-runner": "2.x",
"grunt-shell": "~2.0.0",
"grunt-shell-spawn": "0.x",
"jasmine-core": "2.x",
"jsdom": "7.x",
"karma": "0.13.x",
"karma-chrome-launcher": "^0.x",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "1.x",
"karma-phantomjs-launcher": "1.x",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"load-grunt-config": "^0.x",
"lodash": "3.x",
"matchdep": "^1.0.0",
"mkdirp": "0.x",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "2.x",
"q": "1.x",
"requirejs": "^2.1.20",
"shelljs": "^0.7.4",
"yargs": "^5.0.0"
},
"dependencies": {
"angular": "1.x",
"angular-simple-logger": "0.1.x",
"leaflet": "0.7.x"
}
}