forked from mycolorway/simditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 763 Bytes
/
bower.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
{
"name": "simditor",
"version": "2.0.4",
"homepage": "http://simditor.tower.im/",
"authors": [
"farthinker <farthinker@gmail.com>"
],
"description": "A simple online editor",
"main": [
"lib/simditor.js",
"styles/simditor.css"
],
"keywords": [
"editor"
],
"license": "MIT",
"ignore": [
"**/.*",
"spec",
"node_modules",
"vendor",
"site",
"_config.yml",
"Gemfile",
"Gemfile.lock",
"Gruntfile.coffee",
"package.json",
"server.js",
"README.md",
"umd.hbs"
],
"devDependencies": {
"jasmine-jquery": "2.x"
},
"dependencies": {
"jquery": "2.x",
"fontawesome": "4.x",
"simple-module": "2.x",
"simple-uploader": "2.x",
"simple-hotkeys": "1.x"
}
}