UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

95 lines (94 loc) 2.45 kB
{ "name": "testem", "description": "Test'em 'scripts! Javascript Unit testing made easy.", "keywords": [ "javascript", "testing", "unittest", "browser" ], "version": "1.16.1", "author": "Toby Ho <airportyh@gmail.com>", "repository": { "type": "git", "url": "git://github.com/testem/testem.git" }, "bugs": { "url": "http://github.com/testem/testem/issues" }, "engines": [ "node >= 0.8.0" ], "license": "MIT", "dependencies": { "backbone": "^1.1.2", "bluebird": "^3.4.6", "charm": "^1.0.0", "commander": "^2.6.0", "consolidate": "^0.14.0", "cross-spawn": "^5.1.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.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" }, "files": [ "lib", "public", "README.md", "testem.js", "assets", "package.json", "views" ], "scripts": { "install:all": "npm install && npm install phantomjs-prebuilt", "test": "./bin/run-tests.js", "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html", "integration": "node ./bin/run-integration.js", "testem-tests": "mocha --opts tests/mocha.opts tests/*_tests.js tests/**/*_tests.js", "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d", "lint": "eslint ." }, "devDependencies": { "bluebird-retry": "^0.9.0", "browserify": "^13.0.0", "chai": "^3.0.0", "chai-files": "^1.2.0", "chai-shallow-deep-equal": "^1.4.4", "cheerio": "^0.22.0", "dirty-chai": "^1.2.2", "eslint": "^3.2.2", "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": "^1.17.2", "sinon-chai": "^2.8.0", "tape": "^4.0.0", "tmp": "0.0.31" }, "bin": { "testem": "./testem.js" }, "main": "./lib/api.js", "optionalDependencies": {} }