UNPKG

spectacular

Version:

Advanced BDD framework for CoffeeScript and JavaScript

52 lines (51 loc) 1.2 kB
{ "name": "spectacular", "version": "1.6.0", "description": "Advanced BDD framework for CoffeeScript and JavaScript", "author": "Cédric Néhémie <cedric.nehemie@gmail.com>", "contributors": [ "Cédric Néhémie <cedric.nehemie@gmail.com>", "Greg Sterndale <gsterndale@gmail.com>", "Wynn Netherland" ], "license": "MIT", "keywords": [ "spectacular", "bdd", "spec", "coffee" ], "bugs": "http://github.com/abe33/spectacular/issues/", "repository": { "type": "git", "url": "https://github.com/abe33/spectacular.git" }, "engine": { "node": "~0.10.0" }, "scripts": { "test": "./run_tests.sh" }, "bin": { "spectacular": "./bin/spectacular" }, "main": "./lib/index.js", "dependencies": { "coffee-script": "~1.6.2", "glob": "~3.2.1", "q": "~0.9.3", "colors": "~0.6.0-1", "walkdir": "0.0.7", "istanbul": "~0.1.35", "express": "~3.4.0", "stylus": "~0.41.0", "jsdom": "~0.8.1", "wintersmith": "~2.0.5", "wintersmith-stylus": "~0.4.0", "wintersmith-coffee": "~0.2.0", "qq": "~0.3.5", "uglify-js": "~2.4.0", "source-map": "~0.1.27", "jade": "~0.35.0" } }