UNPKG

469 BJSONView Raw
1{
2 "name": "bfs",
3 "version": "0.1.0",
4 "description": "Simple file system wrapper",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {},
10 "devDependencies": {
11 "chai": "^3.4.1",
12 "istanbul": "^0.4.1",
13 "mocha": "^2.3.4"
14 },
15 "scripts": {
16 "test": "cd test && ./node_modules/mocha/bin/mocha test/*-test.js && cd .."
17 },
18 "keywords": [
19 "file",
20 "system"
21 ],
22 "author": "Michell Ayala",
23 "license": "ISC"
24}