Compare commits

..

No commits in common. "dac909fd12a3132577fea4267754627f3ed4634d" and "25db595b03ec84908d27488a62ef84344009717e" have entirely different histories.

2 changed files with 24 additions and 36 deletions

2
.gitignore vendored
View file

@ -1,5 +1,3 @@
# Build products
Starlight.js
# Created by https://www.gitignore.io/api/node

View file

@ -1,36 +1,26 @@
{
"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": {
"env": "env",
"test": "echo (There aren't any tests yet!)",
"build": "browserify $npm_package_main -t rollupify -o Starlight.js",
"postinstall": "npm run build",
"prestart": "npm run build"
},
"repository": {
"type": "git",
"url": "https://git.starbeamrainbowlabs.com/sbrl/Scene-Starlight"
},
"keywords": [
"html5",
"canvas",
"es6",
"browserify",
"christmas",
"2016"
],
"author": "Starbeamrainbowlabs <feedback@starbeamrainbowlabs.com>",
"private": true,
"license": "MPL-2.0",
"devDependencies": {
"rollupify": "^0.3.7"
},
"browserify": {
"transform": ["rollupify"]
}
"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",
"devDependencies": {
"rollupify": "^0.3.7"
}
}