browser-monads
Version:
Interface for the `window` and `document` variables of a webpage.
27 lines (26 loc) • 484 B
JSON
{
"name": "browser-monads",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"browser",
"monads",
"window",
"document"
],
"scripts": {
"test": "mocha",
"build": "babel src -d lib",
"prepublish": "yarn build && yarn test"
},
"dependencies": {
"nothing-mock": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"mocha": "^5.0.5"
}
}