UNPKG

ember-introjs

Version:
133 lines (132 loc) 3.5 kB
{ "_from": "testem@^2.0.0", "_id": "testem@2.0.0", "_inBundle": false, "_integrity": "sha1-sFyWIAx6yYuumY1xyUwMU0WQfRM=", "_location": "/testem", "_phantomChildren": { "cross-spawn": "5.1.0", "get-stream": "3.0.0", "is-stream": "1.1.0", "npm-run-path": "2.0.2", "p-finally": "1.0.0", "signal-exit": "3.0.2", "strip-eof": "1.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "testem@^2.0.0", "name": "testem", "escapedName": "testem", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/ember-cli" ], "_resolved": "https://registry.npmjs.org/testem/-/testem-2.0.0.tgz", "_shasum": "b05c96200c7ac98bae998d71c94c0c5345907d13", "_spec": "testem@^2.0.0", "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-cli", "author": { "name": "Toby Ho", "email": "airportyh@gmail.com" }, "bin": { "testem": "./testem.js" }, "bugs": { "url": "http://github.com/testem/testem/issues" }, "bundleDependencies": false, "dependencies": { "backbone": "^1.1.2", "bluebird": "^3.4.6", "charm": "^1.0.0", "commander": "^2.6.0", "consolidate": "^0.14.0", "execa": "^0.9.0", "express": "^4.10.7", "fireworm": "^0.7.0", "glob": "^7.0.4", "http-proxy": "^1.13.1", "js-yaml": "^3.2.5", "lodash.assignin": "^4.1.0", "lodash.castarray": "^4.4.0", "lodash.clonedeep": "^4.4.1", "lodash.find": "^4.5.1", "lodash.uniqby": "^4.7.0", "mkdirp": "^0.5.1", "mustache": "^2.2.1", "node-notifier": "^5.0.1", "npmlog": "^4.0.0", "printf": "^0.2.3", "rimraf": "^2.4.4", "socket.io": "1.6.0", "spawn-args": "^0.2.0", "styled_string": "0.0.1", "tap-parser": "^5.1.0", "xmldom": "^0.1.19" }, "deprecated": false, "description": "Test'em 'scripts! Javascript Unit testing made easy.", "devDependencies": { "bluebird-retry": "^0.9.0", "browserify": "^13.0.0", "chai": "^4.0.2", "chai-files": "^1.2.0", "chai-shallow-deep-equal": "^1.4.4", "cheerio": "^0.22.0", "dirty-chai": "^2.0.0", "eslint": "^4.1.0", "eslint-plugin-chai-expect": "^1.1.1", "eslint-plugin-mocha": "^4.3.0", "mocha": "^3.0.0", "request": "^2.51.0", "saucie": "^3.0.1", "shelljs": "^0.7.0", "sinon": "^4.0.1", "sinon-chai": "^2.8.0", "tape": "^4.0.0", "tmp": "0.0.33" }, "engines": [ "node >= 0.8.0" ], "files": [ "lib", "public", "README.md", "testem.js", "assets", "package.json", "views" ], "homepage": "https://github.com/testem/testem#readme", "keywords": [ "javascript", "testing", "unittest", "browser" ], "license": "MIT", "main": "./lib/api.js", "name": "testem", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/testem/testem.git" }, "scripts": { "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d", "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html", "install:all": "npm install && npm install phantomjs-prebuilt", "integration": "node ./bin/run-integration.js", "lint": "eslint .", "test": "./bin/run-tests.js", "testem-tests": "mocha --opts tests/mocha.opts tests/*_tests.js tests/**/*_tests.js" }, "version": "2.0.0" }