Skip to content

Commit

Permalink
Added package.json for first push to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Manson authored and robman committed Dec 1, 2016
1 parent ed59992 commit 28304e5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "awe.js",
"version": "1.0.0",
"description": "The jQuery for the Augmented Web",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awe-media/awe.js.git"
},
"keywords": [
"awe.js",
"AR",
"VR",
"virtual",
"augmented",
"reality"
],
"author": "npm@awe.media",
"license": "MIT",
"bugs": {
"url": "https://github.com/awe-media/awe.js/issues"
},
"homepage": "https://github.com/awe-media/awe.js#readme"
}

0 comments on commit 28304e5

Please sign in to comment.