-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
{
"name": "simditor-html",
"description": "HTML source editing plugin for simditor",
"version": "1.1.1",
"homepage": "https://github.com/mycolorway/simditor-html",
"author": {
"name": "farthinker",
"email": "farthinker@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:mycolorway/simditor-html.git"
},
"bugs": {
"url": "https://github.com/mycolorway/simditor-html/issues"
},
"scripts": {
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-contrib-coffee": "0.x",
"grunt-contrib-sass": "0.x",
"grunt-contrib-jasmine": "0.x",
"grunt-umd": "2.x"
},
"dependencies": {
"jquery": "~2.1.4",
"simditor": "~2.3.4",
"js-beautify": "~1.5.5"
}
}