UNPKG

668 BJSONView Raw
1{
2 "name": "node-fs",
3 "description": "node-fs is an extension to the original nodejs fs library, offering new functionalities.",
4 "version": "0.1.4",
5 "author": "Bruno Pedro <bpedro@tarpipe.com>",
6
7 "repository": {
8 "type" : "git",
9 "url": "git://github.com/bpedro/node-fs.git"
10 },
11
12 "os": [ "linux", "darwin", "freebsd", "win32" ],
13
14 "devDependencies": {
15 "expresso": "*"
16 },
17
18 "scripts": {
19 "test": "expresso -q"
20 },
21
22 "directories": {
23 "lib": "./lib/"
24 },
25
26 "main": "./lib/fs",
27
28 "engines": {
29 "node": ">=0.1.97"
30 },
31
32 "licenses": [{
33 "type" : "MIT",
34 "url" : "https://github.com/bpedro/node-fs/raw/master/LICENSE"
35 }]
36}