UNPKG

bespoke

Version:

DIY Presentation Micro-Framework

45 lines (44 loc) 951 B
{ "name": "bespoke", "title": "Bespoke.js", "version": "0.4.0", "description": "DIY Presentation Micro-Framework", "author": { "name": "Mark Dalgleish", "url": "http://markdalgleish.com" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt" }, "main": "./dist/bespoke.js", "repository": { "type": "git", "url": "git://github.com/markdalgleish/bespoke.js.git" }, "devDependencies": { "grunt": "~0.4.1", "grunt-cli": "~0.1.9", "grunt-contrib-watch": "~0.4.4", "grunt-contrib-clean": "~0.4.1", "grunt-contrib-jshint": "~0.5.4", "grunt-contrib-jasmine": "~0.4.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.2.2", "grunt-micro": "~0.1.0" }, "licenses": [ { "type": "MIT", "url": "http://mit-license.org/markdalgleish" } ], "keywords": [ "presentation", "html5", "keynote", "powerpoint" ] }