UNPKG

oboe.js-demo

Version:
60 lines (59 loc) 1.36 kB
{ "name": "oboe.js-demo", "version": "0.0.0-236", "description": "A website for Oboe.js", "main": "index.js", "dependencies": { "express": "~3.4.4", "marked": "~0.2.10", "consolidate": "~0.9.1", "supermarked": "~1.1.0", "cheerio": "~0.12.4", "handlebars": "~1.1.2", "colors": "~0.6.2", "grunt": "~0.4.2", "grunt-sass": "~0.8.1", "grunt-contrib-watch": "~0.5.3", "grunt-develop": "~0.2.2", "grunt-cli": "~0.1.11", "mustache": "~0.7.3", "line-reader": "~0.2.3", "grunt-contrib-uglify": "~0.2.7", "optimist": "~0.6.0", "grunt-contrib-cssmin": "~0.7.0", "gzippo": "~0.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "predeploy": "grunt build", "start": "node index.js --env=prod" }, "repository": { "type": "git", "url": "https://github.com/jimhigson/oboe.js-website.git" }, "keywords": [ "oboe", "javascript", "progressive", "json", "parse", "stream", "ajax" ], "author": "Jim Higson <jim.higson@gmail.com>", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/jimhigson/oboe.js-website/issues" }, "subdomain": "oboejs", "domains": [ "oboejs.com", "oboejs.org", "www.oboejs.com", "www.oboejs.org" ], "engines": { "node": "0.10.x" } }