enrich-js
Version:
A library for "enriching" JavaScript objects with flexible change-tracking, event, and undo/redo functionality.
44 lines (43 loc) • 1 kB
JSON
{
"name": "enrich-js",
"version": "0.1.6",
"description": "A library for \"enriching\" JavaScript objects with flexible change-tracking, event, and undo/redo functionality.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/M-J-Hooper/EnrichJS.git"
},
"keywords": [
"enrich",
"undo",
"redo",
"change",
"tracking",
"event"
],
"author": "Matt Hooper <matthewjhooper94@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/M-J-Hooper/EnrichJS/issues"
},
"devDependencies": {
"chai": "^4.1.1",
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.1",
"gulp-ignore": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.3.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"mocha": "^3.5.0"
},
"files": [
"README.md",
"index.js"
],
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
}
}