-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 831 Bytes
/
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
{
"name": "geojson2czml",
"version": "1.1.3",
"description": "Convert GeoJSON to CZML",
"main": "index.js",
"module": "index.js",
"name": "geojson2czml",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"livescript": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "node_modules/livescript/bin/lsc test/run.ls",
"build": "node_modules/livescript/bin/lsc -c -o ./ lib/index.ls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/popkinj/geojson2czml.git"
},
"keywords": [
"GeoJSON",
"CZML",
"Cesium"
],
"author": "Jamie Popkin ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/popkinj/geojson2czml/issues"
},
"homepage": "https://github.com/popkinj/geojson2czml#readme"
}