-
Notifications
You must be signed in to change notification settings - Fork 801
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "simditor",
"version": "2.3.28",
"description": "A simple online editor",
"repository": {
"type": "git",
"url": "[email protected]:mycolorway/simditor.git"
},
"author": "farthinker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mycolorway/simditor/issues"
},
"scripts": {
"test": "grunt test --verbose"
},
"main": "lib/simditor.js",
"files": [
"lib",
"src",
"styles"
],
"homepage": "http://simditor.tower.im",
"dependencies": {
"dompurify": "^1.0.8",
"jquery": "^3.4.1",
"simple-hotkeys": "^1.0.3",
"simple-module": "^3.0.3",
"simple-uploader": "^3.0.0"
},
"devDependencies": {
"express": "~3.3.4",
"grunt": "0.x",
"grunt-banner": "0.3.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-coffee": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-jasmine": "0.x",
"grunt-contrib-sass": "0.x",
"grunt-contrib-uglify": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-curl": "^2.5.1",
"grunt-express": "1.4.0",
"grunt-jekyll": "0.x",
"grunt-parallel": "^0.5.1",
"grunt-umd": "2.3.x"
}
}