hover-engine
Version:
a state-management library that runs on technology and magic
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "hover-engine",
"version": "2.1.0",
"description": "a state-management library that runs on technology and magic",
"main": "dist/hover-engine.esm.js",
"module": "dist/hover-engine.esm.js",
"umd": "dist/hover-engine.umd.js",
"files": [
"dist/hover-engine.esm.js",
"dist/hover-engine.umd.js"
],
"scripts": {
"lint": "xo hover-engine.js rollup.config.js specs/*.js",
"build-esm": "rollup -c ./rollup.config.esm.js",
"build-umd": "rollup -c ./rollup.config.umd.js",
"build": "npm run build-esm && npm run build-umd",
"postbuild": "node dev-scripts/build-size-badges.js",
"pretest": "npm run build",
"test": "jasmine specs/hover-engine-specs.js"
},
"keywords": [
"redux",
"tram-one",
"library"
],
"repository": "https://github.com/JRJurman/hover-engine",
"author": {
"name": "Jesse Jurman",
"email": "j.r.jurman@gmail.com",
"url": "https://github.com/jrjurman"
},
"contributors": [
{
"name": "Ethan Jurman",
"url": "https://github.com/ethanjurman"
}
],
"license": "MIT",
"devDependencies": {
"eslint-config-tram-one": "^2.0.0",
"gh-badges": "^1.3.0",
"jasmine": "^2.8.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-filesize": "^1.5.0",
"rollup-plugin-uglify": "^3.0.0",
"xo": "^0.18.2"
},
"xo": {
"extends": [
"tram-one"
]
}
}