window-mock
Version:
A light-weight window mock for Node/io.js unit-testing
41 lines (40 loc) • 1.12 kB
JSON
{
"name": "window-mock",
"version": "0.1.0",
"description": "A light-weight window mock for Node/io.js unit-testing",
"main": "lib/window-mock.js",
"repository": {
"type": "git",
"url": "ssh://git@github.com:sbstnmsch/window-mock.git"
},
"scripts": {
"compile": "./node_modules/.bin/babel --ignore '.spec.js' -d lib/ src/",
"prepublish": "npm run compile",
"test": "./node_modules/.bin/babel-tape-runner \"src/**/*.spec.js\" | faucet"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-preset-es2015": "6.24.1",
"babel-runtime": "6.26.0",
"babel-tape-runner": "2.0.1",
"faucet": "0.0.1",
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-eslint": "20.1.0",
"grunt-shell": "2.1.0",
"load-grunt-config": "0.19.2",
"node-libs-browser": "2.1.0",
"tape": "4.9.0",
"time-grunt": "1.4.0"
},
"license": "MIT",
"keywords": [
"mock",
"window",
"node"
],
"author": "Sebastian Misch <sbstnmsch~AT~google> (https://sebastian-misch.de/)"
}