forked from os-js/OS.js
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.39 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
{
"name": "OS.js",
"version": "2.0.0-alpha.80",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "http://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"
},
"dependencies": {
"colors": "^1.1.2",
"deepmerge": "^1.3.1",
"diskspace": ">=1.0.3",
"findit": ">=2.0.0",
"formidable": ">=1.0.17",
"graceful-fs": "~4.1.10",
"grunt": ">=1.0.1",
"less": ">=2.7.1",
"minimist": "^1.2.0",
"network": "^0.3.0",
"node-fs-extra": ">=0.8.1",
"passwd-linux": "~1.3.1",
"request": ">=2.74.0",
"simple-session": ">=0.0.1",
"unix-dgram": "^1.0.0",
"unzip": "^0.1.11",
"userid": "~0.2.0",
"ws": "^1.1.1",
"x2js": "~3.0.1"
},
"devDependencies": {
"clean-css": ">=3.4.19",
"uglify-js": ">=2.7.3",
"time-grunt": ">=1.4.0",
"grunt-mocha-test": ">=0.12.7",
"grunt-contrib-watch": ">=1.0.0",
"grunt-eslint": ">=19.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-validate-xml": ">=0.0.1"
}
}