scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 83  →  ?path2? @ 84
/bower_components/simple-undo/bower.json
@@ -0,0 +1,26 @@
{
"name": "simple-undo",
"version": "1.0.1",
"authors": [
"Matthias Jouan <matthias.jouan@gmail.com>"
],
"description": "a very basic javascript undo/redo stack for managing histories of basically anything",
"main": "./lib/simple-undo.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"undo",
"redo",
"history"
],
"license": "THE BEER-WARE LICENSE",
"homepage": "https://github.com/mattjmattj/simple-undo",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}