bespoke
Version:
DIY Presentation Micro-Framework
63 lines (62 loc) • 1.45 kB
JSON
{
"name": "bespoke",
"title": "Bespoke.js",
"version": "1.1.0",
"description": "DIY Presentation Micro-Framework",
"author": {
"name": "Mark Dalgleish",
"url": "http://markdalgleish.com"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "gulp",
"coveralls": "gulp coveralls"
},
"main": "./lib/bespoke.js",
"repository": {
"type": "git",
"url": "git://github.com/markdalgleish/bespoke.js.git"
},
"devDependencies": {
"browserify": "~4.1.5",
"function-bind": "~0.1.0",
"gulp": "^3.8.0",
"gulp-clean": "~0.2.4",
"gulp-coveralls": "~0.1.0",
"gulp-gzip": "0.0.8",
"gulp-header": "~1.0.2",
"gulp-jshint": "~1.3.4",
"gulp-karma": "0.0.2",
"gulp-micro": "~0.1.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "~0.3.0",
"istanbul": "^0.2.11",
"jshint-stylish": "~0.1.5",
"karma": "~0.10.9",
"karma-browserify": "~0.2.1",
"karma-coverage": "~0.1.5",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"lodash": "~2.4.1",
"requirejs": "~2.1.10",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "~0.1.1",
"vinyl-buffer": "0.0.0",
"gulp-util": "^2.2.16"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/markdalgleish"
}
],
"keywords": [
"presentation",
"html5",
"keynote",
"powerpoint"
]
}