forked from mycolorway/simditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "simditor",
"version": "2.3.7",
"description": "A simple online editor",
"keywords": "editor simditor",
"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",
"homepage": "http://simditor.tower.im",
"dependencies": {
"jquery": "~2.1.4",
"simple-hotkeys": "~1.0.3",
"simple-uploader": "~2.0.7",
"simple-module": "~2.0.6"
},
"devDependencies": {
"grunt": "0.x",
"grunt-contrib-sass": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-contrib-coffee": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-uglify": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-jasmine": "0.x",
"grunt-jekyll": "0.x",
"grunt-umd": "2.3.x",
"grunt-express": "1.4.0",
"grunt-banner": "0.3.x",
"grunt-curl": "2.1.x",
"express": "~3.3.4"
}
}