forked from publiclab/PublicLab.Editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.84 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "publiclab-editor",
"version": "1.3.4",
"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",
"scripts": {
"build": "grunt build",
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/PublicLab.Editor.git"
},
"keywords": [
"editor",
"wysiwyg",
"publiclab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/PublicLab.Editor/issues"
},
"dependencies": {
"backbone": "~1.3.3",
"banksy": "1.0.0",
"blueimp-file-upload": "git://github.com/blueimp/jQuery-File-Upload.git#c72c93c3c005bbd0c849c2e35d01daaf7d23ee51",
"bootstrap": "~3.2.0",
"bootstrap-datepicker": "~1.6.0",
"bootstrap-tokenfield": "~0.12.0",
"crossvent": "1.5.0",
"domador": "2.4.2",
"font-awesome": "~4.5.0",
"grow-textarea": "git://github.com/jywarren/grow.git#d54141c9456343f14cc6c935faa0915af09eb669",
"horsey": "4.2.2",
"jquery": "~3",
"megamark": "3.2.2",
"moment": "~2.19.3",
"resig-class": "~0.1.0",
"typeahead.js-browserify": "~1.0.7",
"woofmark": "git://github.com/jywarren/woofmark.git#xhrOptionsAltBureaucracy",
"xhr": "~2.2.0"
},
"devDependencies": {
"browserify": "13.0.0",
"grunt": "^1.0.0",
"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",
"jasmine-ajax": "~3.2.0",
"matchdep": "^2.0.0",
"grunt-contrib-jasmine": "~1.0.3"
},
"homepage": "https://github.com/publiclab/PublicLab.Editor#readme"
}