scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "trumbowyg",
125 office 3 "version": "2.6.0",
58 office 4 "homepage": "https://github.com/Alex-D/Trumbowyg",
5 "authors": [
6 {
7 "name": "Alexandre Demode (Alex-D)",
8 "email": "contact@alex-d.fr",
9 "homepage": "http://alex-d.fr"
10 }
11 ],
12 "description": "A lightweight WYSIWYG editor",
13 "main": "dist/trumbowyg.js",
14 "keywords": [
15 "editor",
16 "wysiwyg",
17 "javascript",
18 "richtext"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "bower_components",
24 "node_modules",
25 "plugins",
26 "!dist/plugins",
27 "test",
28 "tests",
29 "src",
30 "Gulpfile.js",
31 "package.json"
32 ],
33 "dependencies": {
34 "jquery": ">=1.7"
35 },
125 office 36 "_release": "2.6.0",
58 office 37 "_resolution": {
38 "type": "version",
125 office 39 "tag": "v2.6.0",
40 "commit": "231f6189ff28d3e8455234caeddab370866f6e31"
58 office 41 },
42 "_source": "https://github.com/Alex-D/Trumbowyg.git",
43 "_target": "^2.5.1",
125 office 44 "_originalSource": "trumbowyg"
58 office 45 }