-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "sir-trevor-adapter",
"version": "1.1.4",
"description": "Sir Trevor Adapter allows to serialize/deserialize data from a SirTrevor instance into plain HTML. This allows almost smealess integration of SirTrevor with backend architectures based on traditional WYSIWYG libraries.\",",
"main": "./src/index.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-git": "^2.8.0",
"gulp-jsdoc": "^0.1.4",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.7",
"jsdom": "9.4.1",
"jsdom-global": "2.0.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"run-sequence": "^1.2.2",
"should": "^8.0.1",
"webpack": "^1.12.9"
},
"scripts": {
"test": "mocha test/test.js",
"preversion": "echo \"Please use gulp [patch|feature|release] instead\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Upplication/sir-trevor-adapter.git"
},
"keywords": [
"sir",
"trevor",
"sirtrevor",
"html",
"json",
"wysiwyg",
"integration",
"textarea"
],
"author": "Upplication",
"license": "MIT",
"bugs": {
"url": "https://github.com/Upplication/sir-trevor-adapter/issues"
},
"homepage": "https://github.com/Upplication/sir-trevor-adapter#readme",
"peerDependencies": {
"jquery": ">=1"
},
"dependencies": {
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.3.1",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.template": "^4.3.0"
}
}