scratch – Blame information for rev 108

Subversion Repositories:
Rev:
Rev Author Line No. Line
84 office 1 {
2 "name": "simple-undo",
3 "version": "1.0.1",
4 "authors": [
5 "Matthias Jouan <matthias.jouan@gmail.com>"
6 ],
7 "description": "a very basic javascript undo/redo stack for managing histories of basically anything",
8 "main": "./lib/simple-undo.js",
9 "moduleType": [
10 "globals",
11 "node"
12 ],
13 "keywords": [
14 "undo",
15 "redo",
16 "history"
17 ],
18 "license": "THE BEER-WARE LICENSE",
19 "homepage": "https://github.com/mattjmattj/simple-undo",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "bower_components",
24 "tests"
25 ]
26 }