forked from mycolorway/simditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 853 Bytes
/
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
{
"name": "simditor",
"version": "1.0.5",
"description": "A simple editor designed by mycolorway",
"main": "demo.html",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:mycolorway/simditor.git"
},
"author": "farthinker",
"license": "GPL",
"bugs": {
"url": "https://github.com/mycolorway/simditor/issues"
},
"homepage": "https://github.com/mycolorway/simditor",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-express": "~1.2.1",
"express": "~3.5.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-shell": "~0.6.4",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-clean": "~0.5.0"
}
}