forked from baudehlo/node-fs-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 Bytes
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
{
"author": "Matt Sergeant <helpme@gmail.com> (http://baudehlo.wordpress.com/)",
"name": "fs-ext",
"description": "Extensions to core 'fs' module.",
"keywords": ["fs", "filesystem", "flock", "seek"],
"version": "0.2.3",
"homepage": "https://github.com/baudehlo/node-fs-ext/",
"repository": {
"type": "git",
"url": "git://github.com/baudehlo/node-fs-ext.git"
},
"main": "fs-ext.js",
"engines": {
"node": ">= v0.4.0"
},
"dependencies": { },
"licenses": [ {
"type": "MIT"
} ],
"bugs": {
"mail" : "helpme@gmail.com",
"web" : "https://github.com/baudehlo/node-fs-ext/issues"
},
"scripts": {
"install": "node-waf configure build",
"test": "./run_tests" }
}