forked from os-js/OS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.49 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
{
"name": "OS.js",
"version": "2.0.0-93",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "https://www.os-js.org",
"email": "[email protected]",
"license": "BSD-2-Clause",
"contributors": [
{
"name": "Anders Evenrud",
"email": "[email protected]"
}
],
"keywords": [
"os.js",
"web desktop",
"cloud desktop"
],
"bugs": {
"url": "https://github.com/os-js/OS.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/os-js/OS.js.git"
},
"scripts": {
"test": "grunt test",
"build": "node osjs build",
"run": "node osjs run"
},
"dependencies": {
"chokidar": "^1.6.1",
"clean-css": "^4.0.10",
"colors": "^1.1.2",
"compression": "^1.6.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"diskspace": "^2.0.0",
"express-session": "^1.15.2",
"findit": ">=2.0.0",
"formidable": ">=1.0.17",
"fs-extra": "^2.1.2",
"glob": "^7.1.1",
"glob-promise": "^3.1.0",
"http-proxy": "^1.16.2",
"less": ">=2.7.1",
"minimist": "^1.2.0",
"request": "^2.81.0",
"simplejsonconf": "^1.0.5",
"uglify-js": "^2.8.21",
"unzip-stream": "^0.1.2",
"ws": "^2.2.3",
"zlibjs": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": ">=1.0.1",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-validate-xml": ">=0.0.1",
"grunt-eslint": ">=19.0.0",
"grunt-mocha": "^1.0.2",
"grunt-mocha-test": ">=0.13.2"
}
}