mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"name": "mem-fs",
|
|
"version": "1.1.3",
|
|
"description": "Simple in-memory vinyl file store",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": "SBoudrias/mem-fs",
|
|
"author": "Simon Boudrias",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"through2": "^2.0.0",
|
|
"vinyl": "^1.1.0",
|
|
"vinyl-file": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.0.1"
|
|
}
|
|
}
|