UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

102 lines (101 loc) 2.39 kB
{ "name": "testem", "description": "Test'em 'scripts! Javascript Unit testing made easy.", "keywords": [ "javascript", "testing", "unittest", "browser" ], "version": "0.6.19", "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", "http-proxy": "~0.10.2" }, "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.19", "_shasum": "0a313f48b4cabd67a9da2d983cd643a7ad1b9fd7", "_from": "testem@0.6.19", "_npmVersion": "1.4.10", "_npmUser": { "name": "airportyh", "email": "airportyh@gmail.com" }, "maintainers": [ { "name": "airportyh", "email": "airportyh@gmail.com" } ], "dist": { "shasum": "0a313f48b4cabd67a9da2d983cd643a7ad1b9fd7", "tarball": "http://registry.npmjs.org/testem/-/testem-0.6.19.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/testem/-/testem-0.6.19.tgz" }