This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
69 lines (69 loc) · 1.8 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
{
"name": "ui-leaflet-draw",
"version": "0.0.5",
"description": "angular directive for ui-leaflet to utilize Leaflet.Draw",
"main": "./dist/ui-leaflet-draw.js",
"homepage": "https://github.com/angular-ui/ui-leaflet-draw",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-leaflet-draw.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"angular": "1",
"leaflet": "0.7",
"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",
"ui-leaflet": "1"
},
"devDependencies": {
"angular-mocks": "1",
"callback-sequence": "^3.2.0",
"chai": "3",
"coffee-script": "1.12",
"del": "2",
"gulp": "3",
"gulp-bump": "1",
"gulp-coffee": "2",
"gulp-coffeelint": "0.6",
"gulp-concat": "2",
"gulp-debug": "3",
"gulp-git": "1",
"gulp-if": "2",
"gulp-insert": "0.5",
"gulp-ng-annotate": "2",
"gulp-replace": "0.5",
"gulp-sequence2": "0.1",
"gulp-tag-version": "1",
"gulp-task-listing": "1",
"gulp-uglify": "2",
"gulp-util": "3.0",
"gulp-wrap": "0.13",
"http-server": "0",
"jsonfile": "2",
"karma": "1",
"karma-chai": "0",
"karma-chrome-launcher": "2",
"karma-coffee-preprocessor": "1",
"karma-coverage": "1",
"karma-kickoff": "0.0",
"karma-mocha": "1",
"karma-mocha-reporter": "2",
"karma-phantomjs-launcher": "1",
"mocha": "3",
"object-assign": "^4.1.1",
"open": "0",
"phantomjs-polyfill": "0",
"phantomjs-prebuilt": "2",
"pretty-hrtime": "1",
"require-directory": "2"
},
"scripts": {
"start": "gulp",
"test": "gulp spec",
"karma": "karma start karma.conf.coffee",
"installAll": "npm install && bower install",
"s": "http-server",
"gh-pages": "./scripts/ghPages"
}
}