scratch – Blame information for rev 84

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 "_release": "1.0.1",
27 "_resolution": {
28 "type": "version",
29 "tag": "1.0.1",
30 "commit": "5fe0e83e1ab396e10b3ac4f4f564015d4bff727a"
31 },
32 "_source": "https://github.com/mattjmattj/simple-undo.git",
33 "_target": "*",
34 "_originalSource": "simple-undo"
35 }