UNPKG

scratchcard

Version:
41 lines (40 loc) 936 B
{ "name": "scratchcard", "version": "0.5.6", "description": "Mimic a scratchcard with HTML5", "keywords": [ "scratchcard", "scratch", "card" ], "license": "MIT", "author": "Cédric Connes <cedric.connes@gmail.com>", "contributors": [ "Unitag (http://www.unitag.io)" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/connesc/scratchcard.git" }, "scripts": { "build": "node_modules/.bin/gulp build", "clean": "node_modules/.bin/gulp clean" }, "dependencies": { "animation-frame": "^0.3.0", "lodash.defaults": "^4.1.0" }, "devDependencies": { "browserify": "^13.1.0", "del": "^2.2.1", "express": "^4.14.0", "gulp": "^3.9.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^2.0.0", "merge-stream": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }