UNPKG

bricks-cli

Version:

Command line tool for developing ambitious ember.js apps

102 lines (101 loc) 2.4 kB
{ "name": "testem", "description": "Test'em 'scripts! Javascript Unit testing made easy.", "keywords": [ "javascript", "testing", "unittest", "browser" ], "version": "0.6.17", "author": { "name": "Toby Ho", "email": "airportyh@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/airportyh/testem.git" }, "bugs": { "url": "http://github.com/airportyh/testem/issues" }, "engines": [ "node >= 0.8.0" ], "license": "MIT", "dependencies": { "express": "~3.1.0", "mustache": "~0.4.0", "socket.io": "~0.9.13", "charm": "~0.0.5", "js-yaml": "~2.1.0", "tap": "~0.4.4", "commander": "*", "glob": "~3.1.21", "async": "~0.2.7", "rimraf": "~2.2.0", "backbone": "~1.0.0", "styled_string": "*", "colors": "~0.6.0", "fileset": "~0.1.4", "growl": "~1.7.0", "consolidate": "~0.8.0", "did_it_work": "~0.0.5", "fireworm": "~0.6.0", "npmlog": "~0.0.6", "xml-escape": "~1.0.0" }, "files": [ "lib", "public", "README.md", "testem.js", "assets", "package.json", "views" ], "scripts": { "test": "mocha --timeout 3000 tests/*_tests.js tests/*/*_tests.js -R spec", "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/*/*_tests.js; cover report html; open cover_html/index.html" }, "devDependencies": { "mocha": "*", "chai": "*", "request": "~2.12.0", "jsdom": "~0.5.2", "bodydouble": "~0.1.1", "ispy": "~0.1.1", "concat-stream": "~1.0.0", "sinon": "~1.7.3" }, "bin": { "testem": "./testem.js" }, "main": "./lib/api.js", "bundleDependencies": [ "express" ], "optionalDependencies": {}, "homepage": "https://github.com/airportyh/testem", "_id": "testem@0.6.17", "_shasum": "c79bd8a73775997fc7d52fce35c86980a1b4a7d2", "_from": "testem@^0.6.15", "_npmVersion": "1.4.10", "_npmUser": { "name": "airportyh", "email": "airportyh@gmail.com" }, "maintainers": [ { "name": "airportyh", "email": "airportyh@gmail.com" } ], "dist": { "shasum": "c79bd8a73775997fc7d52fce35c86980a1b4a7d2", "tarball": "http://registry.npmjs.org/testem/-/testem-0.6.17.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/testem/-/testem-0.6.17.tgz", "readme": "ERROR: No README data found!" }