forked from os-js/OS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 934 Bytes
/
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
{
"name": "OS.js",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "http://andersevenrud.github.io/OS.js-v2/",
"email": "andersevenrud@gmail.com",
"license": "BSD-2-Clause",
"contributors": [
{
"name": "Anders Evenrud",
"email": "andersevenrud@gmail.com"
}
],
"keywords": ["os.js"],
"bugs": {
"url": "https://github.com/andersevenrud/OS.js-v2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/andersevenrud/OS.js-v2.git"
},
"dependencies": {
"grunt": ">=0.4.5",
"time-grunt": ">=1.2.1",
"clean-css": ">=3.4.5",
"uglify-js": ">=2.4.24",
"grunt-contrib-jshint": ">=0.11.3",
"less": ">=2.5.3",
"cookies": ">=0.5.1",
"node-fs-extra": ">=0.8.1",
"formidable": ">=1.0.17",
"request": ">=2.64.0"
}
}