scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 58 Rev 125
1 { 1 {
2 "name": "trumbowyg", 2 "name": "trumbowyg",
3 "version": "2.5.1", 3 "version": "2.6.0",
4 "homepage": "https://github.com/Alex-D/Trumbowyg", 4 "homepage": "https://github.com/Alex-D/Trumbowyg",
5 "authors": [ 5 "authors": [
6 { 6 {
7 "name": "Alexandre Demode (Alex-D)", 7 "name": "Alexandre Demode (Alex-D)",
8 "email": "contact@alex-d.fr", 8 "email": "contact@alex-d.fr",
9 "homepage": "http://alex-d.fr" 9 "homepage": "http://alex-d.fr"
10 } 10 }
11 ], 11 ],
12 "description": "A lightweight WYSIWYG editor", 12 "description": "A lightweight WYSIWYG editor",
13 "main": "dist/trumbowyg.js", 13 "main": "dist/trumbowyg.js",
14 "keywords": [ 14 "keywords": [
15 "editor", 15 "editor",
16 "wysiwyg", 16 "wysiwyg",
17 "javascript", 17 "javascript",
18 "richtext" 18 "richtext"
19 ], 19 ],
20 "license": "MIT", 20 "license": "MIT",
21 "ignore": [ 21 "ignore": [
22 "**/.*", 22 "**/.*",
23 "bower_components", 23 "bower_components",
24 "node_modules", 24 "node_modules",
25 "plugins", 25 "plugins",
26 "!dist/plugins", 26 "!dist/plugins",
27 "test", 27 "test",
28 "tests", 28 "tests",
29 "src", 29 "src",
30 "Gulpfile.js", 30 "Gulpfile.js",
31 "package.json" 31 "package.json"
32 ], 32 ],
33 "dependencies": { 33 "dependencies": {
34 "jquery": ">=1.7" 34 "jquery": ">=1.7"
35 } 35 }
36 } 36 }
37   37