UNPKG

undoo

Version:
49 lines 1.56 kB
{ "name": "undoo", "version": "0.5.0", "description": "Undo/redo manager", "main": "index.js", "directories": { "test": "test" }, "scripts": { "version:major": "webpack --env.major && npm run-script doc && version-to-tag.sh && npm publish", "version:minor": "webpack --env.minor && npm run-script doc && version-to-tag.sh && npm publish", "version:patch": "webpack --env.patch && npm run-script doc && version-to-tag.sh && npm publish", "build": "webpack --progress", "test": "mocha test", "doc": "jsdoc2md --template README.hbs --no-gfm --files src/undoo.js > README.md" }, "repository": { "type": "git", "url": "git+https://github.com/fabioricali/undoo.git" }, "keywords": [ "history", "redo", "undo", "manager" ], "author": "Fabio Ricali", "license": "MIT", "bugs": { "url": "https://github.com/fabioricali/undoo/issues" }, "homepage": "https://github.com/fabioricali/undoo#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "bejs": "^2.0.0", "jsdoc-to-markdown": "^4.0.1", "mocha": "^5.0.0", "unminified-webpack-plugin": "^1.4.2", "webpack": "^3.10.0", "webpack-auto-inject-version": "^1.0.0" }, "dependencies": { "defaulty": "^2.1.0", "fast-deep-equal": "^1.0.0" } }