Add initial npm package.json
This commit is contained in:
parent
a59fba436b
commit
9b11748b2b
1 changed files with 23 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "scene-starlight",
|
||||
"version": "0.0.1",
|
||||
"description": "A cool starry night scene. Made for Christmas (actually new year) 2016.",
|
||||
"main": "Starlight-Renderer.js",
|
||||
"scripts": {
|
||||
"test": "echo (There aren't any tests yet!)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.starbeamrainbowlabs.com/sbrl/Scene-Starlight"
|
||||
},
|
||||
"keywords": [
|
||||
"html5",
|
||||
"canvas",
|
||||
"es6",
|
||||
"browserify",
|
||||
"christmas",
|
||||
"2016"
|
||||
],
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"license": "MPL-2.0"
|
||||
}
|
Loading…
Reference in a new issue