Scene-Starlight/package.json

27 lines
580 B
JSON
Raw Normal View History

2016-12-26 11:03:37 +00:00
{
"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",
2016-12-26 12:57:28 +00:00
"license": "MPL-2.0",
"devDependencies": {
"rollupify": "^0.3.7"
}
2016-12-26 11:03:37 +00:00
}