-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "BitcasaF4JS",
"version": "0.10.1",
"description": "Bitcasa Fuse filesystem written in node",
"author": {
"name": "Eric Yen",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "http://github.com/thejinx0r/BitcasaF4JS"
},
"files": [
"src"
],
"homepage": "https://github.com/thejinx0r/BitcasaF4JS",
"dependencies": {
"coffee-script": "~1.7.1",
"d": "~0.1.1",
"fibers": "^1.0.1",
"fs-extra": "^0.10.0",
"fuse4js": "~0.1.9",
"hashmap": "^1.1.0",
"limiter": "~1.0.5",
"memoizee": "~0.3.5",
"mmmagic": "^0.3.8",
"node-rest-client": "git+http://github.com/thejinx0r/node-rest-client#e189708160e41d4d4ee2377b8415c7cd51d3037a",
"restler": "^3.2.2",
"winston": "~0.7.3"
},
"devDependencies": {
"MD5": "~1.2.1",
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffee-jshint": "~0.2.1",
"grunt-contrib-watch": "~0.6.1",
"chai": "~1.9.1",
"grunt-mocha-test": "~0.11.0",
"grunt-contrib-copy": "~0.5.0"
},
"engine": "node >= 0.10.0"
}