immutable-undo
Version:
Data structure for and Undo/Redo stack, using ImmutableJS
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "immutable-undo",
"version": "2.0.0",
"description": "Data structure for and Undo/Redo stack, using ImmutableJS",
"main": "./dist/index.js",
"scripts": {
"prepublish": "babel ./lib --out-dir ./dist",
"lint": "eslint ./",
"test": "./node_modules/.bin/mocha ./tests/*.js --compilers js:babel-register --reporter=list"
},
"repository": {
"type": "git",
"url": "git://github.com/Soreine/immutable-undo.git"
},
"keywords": [
"immutable",
"undo",
"history"
],
"author": "Nicolas Gaborit",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Soreine/immutable-undo/issues"
},
"homepage": "https://github.com/Soreine/immutable-undo#readme",
"peerDependencies": {
"immutable": "^3.8.1 | ^4.0.0-rc.12"
},
"devDependencies": {
"babel-cli": "^6.23.1",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.23.1",
"eslint": "^3.19.0",
"eslint-config-gitbook": "^1.5.0",
"expect": "^1.20.2",
"mocha": "^3.0.1",
"immutable": "^4.0.0-rc.12"
}
}