forked from cozy-labs/cozy-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.63 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cozy-light",
"description": "Personal Server Made Easy",
"version": "0.4.9",
"author": "Cozy Cloud <[email protected]> (http://cozycloud.cc)",
"licenses": [
{
"type": "AGPLv3",
"url": "https://github.com/cozy-labs/cozy-light/blob/master/LICENSE"
}
],
"keywords": [
"personal",
"cloud",
"paas",
"docker",
"deployment",
"apps",
"simple",
"single-page app",
"raspberry pi",
"arm",
"express"
],
"bin": {
"cozy-light": "bin/cozy-light"
},
"bugs": {
"url": "https://github.com/cozy-labs/cozy-light/issues"
},
"contributors": [
"Benjamin Bouvier",
"Frank Rousseau",
"goofy-bz",
"maboiteaspam",
"Nicolas Delebecque"
],
"engines": {
"node": "*"
},
"main": "./lib/cozy-light.js",
"dependencies": {
"async": "0.9.0",
"body-parser": "1.9.2",
"commander": "2.3.0",
"express": "4.8.2",
"fs-extra": "0.10.0",
"http-proxy": "1.8.1",
"minimist": "1.1.1",
"morgan": "1.2.2",
"npm": "2.14.4",
"path-extra": "0.2.1",
"pouchdb": "lesion/pouchdb#arm64",
"printit": "0.1.5",
"request-json-light": "0.5.6",
"symbolsjs": "1.0.0"
},
"devDependencies": {
"request": "2.47.0",
"should": "4.4.1",
"touch": "0.0.3"
},
"scripts": {
"test": "sh scripts/run-tests.sh",
"appveyor": "scripts/run-tests.bat",
"lint": "eslint lib/* test/*.js",
"start": "bin/cozy-light start"
},
"repository": {
"type": "git",
"url": "git://github.com/cozy-labs/cozy-light.git"
},
"homepage": "http://http://cozy-labs.github.io/cozy-light",
"optionalDependencies": {}
}