-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "bing-kml-parser",
"version": "0.0.1",
"description": "Parser to convert KML geometry to Bing Maps API geometries ",
"main": "BingKmlParser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koldyr/BingKmlParser.git"
},
"keywords": [
"bing",
"kml",
"parser"
],
"author": "d.halitski@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/koldyr/BingKmlParser/issues"
},
"homepage": "https://github.com/koldyr/BingKmlParser#readme",
"devDependencies": {
"del": "1.2.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rimraf": "^0.2.1",
"gulp-sourcemaps": "2.4.1",
"gulp-tslint": "7.1.0",
"gulp-typescript": "^3.1.6",
"tslint": "^4",
"typescript": "^2"
}
}