forked from os-js/OS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "OS.js",
"version": "2.0.0-alpha.71",
"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": {
"grunt": ">=0.4.5",
"time-grunt": ">=1.2.1",
"less": ">=2.5.3",
"cookies": ">=0.5.1",
"node-fs-extra": ">=0.8.1",
"formidable": ">=1.0.17",
"request": ">=2.64.0"
},
"devDependencies": {
"clean-css": ">=3.4.5",
"uglify-js": ">=2.4.24",
"grunt-mocha-test": ">=0.12.7",
"grunt-contrib-watch": ">=0.6.1",
"grunt-contrib-jshint": ">=0.11.3",
"grunt-jscs": ">=2.5.0",
"grunt-contrib-csslint": "~0.5.0"
}
}