-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from lawwrr/extend-onDraw-api
Extend onDraw API
- Loading branch information
Showing
6 changed files
with
103 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,51 @@ | ||
{ | ||
"name": "constelation-canvas", | ||
"version": "1.2.2", | ||
"description": "draws cute moving canvas constellations", | ||
"main": "src/app.js", | ||
"scripts": { | ||
"gulp": "./node_modules/.bin/gulp", | ||
"install": "gulp make", | ||
"test": "gulp test", | ||
"release": "npm publish && npm install && gulp release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lawwrr/constellation" | ||
}, | ||
"description": "draws cute animated canvas constellations", | ||
"version": "1.3.0", | ||
"author": "Laura mayhem", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/lawwrr/constellation/issues", | ||
"email": "[email protected]" | ||
}, | ||
"dependencies": { | ||
"babel-core": "^6.11.4", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"document-ready-promise": "^3.0.1", | ||
"es6-promise": "^4.0.5", | ||
"es6-promise-promise": "1.0.0", | ||
"gulp": "^3.9.1", | ||
"gulp-github-release": "^1.2.0", | ||
"gulp-mocha-phantomjs": "^0.12.0", | ||
"gulp-uglify": "^1.5.4", | ||
"mocha": "^2.5.3", | ||
"mocha-phantomjs": "^4.1.0", | ||
"raw-loader": "^0.5.1", | ||
"webpack": "^1.13.1", | ||
"webpack-stream": "^3.2.0", | ||
"worker-loader": "^0.7.1", | ||
"wrapper-webpack-plugin": "0.1.11" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-object-assign": "^6.22.0" | ||
"gulp-github-release": "^1.2.0", | ||
"mocha": "^2.5.3", | ||
"mocha-phantomjs": "^4.1.0" | ||
}, | ||
"homepage": "https://lawwrr.github.io/constellation/", | ||
"keywords": [ | ||
"canvas", | ||
"es6", | ||
"frontend", | ||
"javascript" | ||
], | ||
"license": "GPL-3.0", | ||
"main": "src/app.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lawwrr/constellation" | ||
}, | ||
"scripts": { | ||
"gulp": "./node_modules/.bin/gulp", | ||
"install": "gulp make", | ||
"release": "npm publish && npm install && gulp release", | ||
"test": "gulp test" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters