forked from piscis/fsext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 815 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
{
"name": "fsext",
"description": "'fsext' is a small extention for the nodejs FS module",
"version": "0.0.2",
"author": "Alexander Pirsig <apirsig@web.de>",
"homepage": "http://github.com/piscis/fsext",
"contributors": [
"Alexander Pirsig <apirsig@web.de>"
],
"dependencies": {
},
"bugs":{
"mail":"apirsig@web.de",
"web":"http://github.com/piscis/fsext/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/piscis/fsext"
},
"keywords": [
"fs", "file", "copy", "duplicating",
"filesystem", "fs extention", "fsext"
],
"main": "index",
"directories" : { "lib" : "./lib" },
"engines": { "node": ">= 0.3.5 < 0.5.0" },
"licenses" : [
{ "type" : "MIT", "url" : "http://github.com/piscis/fsext/raw/master/LICENSE" }
]
}