-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 910 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 910 Bytes
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
{
"name": "floobits_server",
"bin": "./bin/colab",
"repository": "https://github.com/Floobits/colab/",
"license": "UNLICENSED",
"private": true,
"contributors": [
"Matt Kaniaris <mkaniaris@gmail.com>",
"Geoff Greer <geoff@greer.fm>"
],
"version": "0.0.2",
"dependencies": {
"async": "1.x",
"basic-auth": "1.x",
"body-parser": "1.x",
"dmp": "1.x",
"express": "4.x",
"fleece": "0.x",
"floorine": "0.3.x",
"flukes": "0.1.x",
"fs-extra": "2.x",
"level": "4.x",
"lodash": "4.x",
"mime-types": "2.1.x",
"morgan": "1.x",
"native-diff-match-patch": "2.x",
"nodeunit": "0.10.x",
"request": "2.x"
},
"devDependencies": {
"eslint": "3.x",
"eslint-config-floobits": "*"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"start": "./bin/colab",
"test": "./tests/run_tests",
"lint": "eslint ."
}
}