UNPKG

555 BJSONView Raw
1{
2 "name": "fs-util",
3 "version": "0.3.5",
4 "author": "Anderson Arboleya <anderson@arboleya.me>",
5 "description": "Incremental utilities for NodeJS File System API.",
6 "keywords": [ "fs", "util" ],
7
8 "main": "lib/fs-util",
9
10 "directories": { "lib": "./lib", "test": "./tests" },
11
12 "scripts": { "test": "make test" },
13
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/serpentem/fs-util"
17 },
18
19 "engines" : { "node" : "0.8.x" },
20
21 "devDependencies":{
22 "coffee-script": "1.4.x",
23 "mocha": "1.7.x",
24 "should": "1.2.x"
25 }
26}
\No newline at end of file