UNPKG

@ion-cloud/phaser

Version:

JavaScript gradient animation and initialization helper

34 lines (33 loc) 832 B
{ "name": "demo", "version": "0.1.0", "description": "phaser demo", "main": "config.babel.js", "author": { "name": "NathanielInman", "email": "nate@theoestudio.com" }, "repository": { "type": "git", "url": "git://github.com/NathanielInman/demo.git" }, "bugs": { "url": "https://github.com/NathanielInman/demo/issues" }, "scripts": { "prestart": "rm -rf ./parcel", "start": "NODE_ENV=development ./node_modules/parcel/bin/cli.js ./src/index.pug -d dist --cache-dir .parcel" }, "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "parcel": "^1.12.4", "pug": "^2.0.4", "stylus": "^0.54.7" }, "dependencies": { "ion-cloud": "^1.13.11" }, "readmeFilename": "README.md", "homepage": "https://github.com/NathanielInman/demo" }