diff --git a/.gitignore b/.gitignore index 48230c2..6072266 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /deploy/api.js +node_modules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 5816d89..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "cesium"] - path = cesium - url = https://github.com/klokantech/cesium.git diff --git a/cesium b/cesium deleted file mode 160000 index f9e6daf..0000000 --- a/cesium +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f9e6daf6f5ad65a5ae71c1ee1c93c5926e5c3f0f diff --git a/package.json b/package.json new file mode 100644 index 0000000..b1d4b29 --- /dev/null +++ b/package.json @@ -0,0 +1,37 @@ +{ + "name": "webglearth", + "version": "2.1.0", + "description": "[![WebGL Earth](https://cloud.githubusercontent.com/assets/59284/3467435/90001280-0290-11e4-9d6f-04fa4479cea0.png)](http://www.webglearth.com/)", + "main": "src/app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/webglearth/webglearth2.git" + }, + "keywords": [ + "WebGL", + "Earth", + "Globe", + "Map", + "Tiles", + "Leaflet", + "LeafletJS", + "Google", + "Maps", + "Bing", + "Open", + "Street", + "Map" + ], + "author": "", + "license": "Apache 2.0", + "bugs": { + "url": "https://github.com/webglearth/webglearth2/issues" + }, + "homepage": "https://github.com/webglearth/webglearth2", + "dependencies": { + "cesiumjs": "^1.4.0" + } +}