UNPKG

deck-of-cards

Version:
41 lines (40 loc) 1.09 kB
{ "name": "deck-of-cards", "version": "0.1.8", "description": "HTML5 Deck of Cards", "main": "dist/deck.min.js", "module": "lib/deck.js", "jsnext:main": "lib/deck.js", "scripts": { "start": "node index", "build-js": "rollup --name Deck -f iife lib/deck.js | babel -o dist/deck.js && uglifyjs dist/deck.js -cmo dist/deck.min.js", "build-css": "stylus -u nib css/index.styl -o example/example.css", "build-html": "jade -P views/index.jade -o example/", "postversion": "git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/pakastin/deck-of-cards.git" }, "keywords": [ "html5", "deck", "of", "cards" ], "author": "Juha Lindstedt", "license": "MIT", "bugs": { "url": "https://github.com/pakastin/deck-of-cards/issues" }, "homepage": "https://github.com/pakastin/deck-of-cards#readme", "devDependencies": { "babel": "^5.8.23", "chokidar": "^1.0.5", "jade": "^1.11.0", "nib": "^1.1.0", "rollup": "^0.16.4", "stylus": "^0.52.0", "uglify-js": "^2.4.24" } }