-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.56 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
59
60
61
{
"name": "jibe",
"version": "1.1.1",
"author": "Visionist, Inc.",
"description": "Jibe: be in accord; agree. A modern, lightweight, collaborative editing environment",
"keywords": [
"lightweight",
"collaborative",
"editor",
"markdown"
],
"homepage": "https://github.com/VisionistInc/jibe",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/VisionistInc/jibe"
},
"bugs": {
"url": "https://github.com/VisionistInc/jibe/issues"
},
"main": "app.js",
"dependencies": {
"animate.css": "^3.2.5",
"bootstrap": "~3.3.4",
"bootstrap-slider": "~4.8.0",
"bootstrap-toggle": "~2.0.0",
"browserchannel": "~2.0.0",
"browserify": "~9.0.8",
"codemirror": "~5.1.0",
"express": "~4",
"jquery": "~2.1.3",
"livedb": "~0.5.9",
"livedb-rethinkdb": "0.0.5",
"moment": "~2.10.2",
"pleasejs": "~0.4.2",
"share": "0.7.27",
"showdown": "~1.2.1",
"showdown-xss-filter": "~0.1.0",
"socket.io": "~1.3.5",
"thinky": ">=2.0.8",
"underscore": "~1.8.3",
"timeago": "~0.2.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"gulp": "^3.8.11",
"gulp-csslint": "^0.1.5",
"gulp-jshint": "^1.10.0",
"jshint-stylish": "^1.0.1",
"log4js": "0.6.22",
"mocha": "^2.2.4",
"webpack": "^1.12.13"
},
"scripts": {
"bundle": "./node_modules/.bin/webpack",
"lint": "gulp jshint",
"start": "node bin/standalone.js",
"test": "NODE_ENV=test mocha",
"watch": "./node_modules/.bin/webpack --progress --colors --watch"
}
}