-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from jywarren/main-image
display existing main image
- Loading branch information
Showing
6 changed files
with
90 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
PublicLab.Editor | ||
==== | ||
|
||
![tests](https://travis-ci.org/publiclab/PublicLab.Editor.svg) | ||
|
||
**This library is incomplete -- this page is a rough planning document.** | ||
|
||
Please contact [[email protected]](mailto:[email protected]) to get involved! We'd love to make this editor compatible with other platforms. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"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" | ||
}, | ||
"dependencies": { | ||
"resig-class": "~0.1.0", | ||
"backbone": "~1.3.3", | ||
"xhr": "~2.2.0", | ||
"woofmark": "4.1.0", | ||
"crossvent": "1.5.0", | ||
"domador": "2.4.2", | ||
"megamark": "3.2.2", | ||
"horsey": "3.0.0", | ||
"banksy": "1.0.0", | ||
"font-awesome": "~4.5.0", | ||
"bootstrap": "~3.2.0", | ||
"bootstrap-datepicker": "~1.6.0", | ||
"bootstrap-tokenfield": "~0.12.0", | ||
"typeahead.js-browserify": "~1.0.7", | ||
"jquery": "~2", | ||
"jquery-file-upload": "git://github.com/blueimp/jQuery-File-Upload.git#c72c93c3c005bbd0c849c2e35d01daaf7d23ee51", | ||
"moment": "~2.10.6", | ||
"grow-textarea": "git://github.com/jywarren/grow.git#d54141c9456343f14cc6c935faa0915af09eb669" | ||
}, | ||
"devDependencies": { | ||
"browserify": "13.0.0", | ||
"grunt": "^0.4.5", | ||
"grunt-browserify": "^5.0.0", | ||
"grunt-contrib-concat": "^0.5.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"jasmine": "~2.3.0", | ||
"jasmine-jquery": "~2.1.1", | ||
"matchdep": "^0.3.0", | ||
"grunt-contrib-jasmine": "~1.0.3" | ||
}, | ||
"homepage": "https://github.com/publiclab/PublicLab.Editor#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters