forked from publiclab/PublicLab.Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 958 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
{
"name": "publiclab-editor",
"description": "PublicLab.Editor is a general purpose, JavaScript/Bootstrap UI framework for rich text posting, which provides an author-friendly, minimal, mobile/desktop (fluid) interface for creating blog-like content, designed for PublicLab.org",
"main": "dist/PublicLab.Editor.js",
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/PublicLab.Editor.git"
},
"keywords": [
"editor",
"wysiwyg",
"publiclab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/jywarren/webgl-distort.git"
},
"ignore": [
"example.jpg",
"node_modules",
"bower.json",
"README.md"
],
"bugs": {
"url": "https://github.com/publiclab/PublicLab.Editor/issues"
},
"homepage": "https://github.com/publiclab/PublicLab.Editor#readme",
"_source": "git://github.com/publiclab/PublicLab.Editor.git"
}