forked from publiclab/PublicLab.Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.8 KB
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
58
{
"name": "publiclab-editor",
"version": "2.0.0",
"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": {
"at.js": "^1.5.4",
"backbone": "~1.3.3",
"blueimp-file-upload": "^9.28.0",
"bootstrap": "~3.4.0",
"bootstrap-datepicker": "~1.8.0",
"bootstrap-tokenfield": "~0.12.0",
"crossvent": "1.5.5",
"domador": "2.4.4",
"font-awesome": "~4.7.0",
"grow-textarea": "git://github.com/jywarren/grow.git#d54141c9456343f14cc6c935faa0915af09eb669",
"jquery": "~3",
"leaflet": "^1.3.3",
"leaflet-blurred-location": "^1.2.5",
"megamark": "3.3.0",
"moment": "~2.24.0",
"resig-class": "~1.0.0",
"typeahead.js-browserify": "~1.0.7",
"woofmark": "git://github.com/jywarren/woofmark.git#xhrOptionsAltBureaucracy",
"xhr": "~2.5.0"
},
"devDependencies": {
"browserify": "16.2.3",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"jasmine": "~3.3.1",
"jasmine-jquery": "~2.1.1",
"jasmine-ajax": "~3.4.0",
"matchdep": "^2.0.0",
"grunt-contrib-jasmine": "~1.0.3"
},
"homepage": "https://github.com/publiclab/PublicLab.Editor#readme"
}