Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial package.json for npm. #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/deploy/api.js
node_modules
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion cesium
Submodule cesium deleted from f9e6da
37 changes: 37 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}