-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 881 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
35
36
37
38
{
"name": "flickrfs",
"version": "0.0.1",
"description": "Mount Flickr as a Filesystem",
"main": "flickrFS.coffee",
"dependencies": {
"commander": "~1.1.1",
"flickr-with-uploads": "~0.2.2",
"fuse4js": "~0.1.2",
"js-yaml": "~2.0.5",
"oauth": "~0.9.10",
"underscore": "~1.4.4",
"mocha": "~1.10.0",
"png": "~3.0.1",
"png-js": "~0.1.1",
"pngjs": "~0.4.0-alpha",
"debug": "~0.7.2"
},
"devDependencies": {},
"bundledDependencies": [
"flickr-with-uploads"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/zackbloom/FlickrFS.git"
},
"keywords": [
"fuse",
"filesystem",
"flickr"
],
"author": "Zack Bloom <zackbloom@gmail.com>",
"license": "MIT",
"gitHead": "463636b3e0437b10c26c35d6ac659e7dc5b1eb2a"
}