kopia lustrzana https://github.com/c9/core
35 wiersze
681 B
JSON
35 wiersze
681 B
JSON
{
|
|
"author": "Ajax.org B.V. <info@ajax.org>",
|
|
"contributors": [
|
|
{
|
|
"name": "Tim Caswell",
|
|
"email": "tim@c9.io>"
|
|
}
|
|
],
|
|
"name": "vfs-child",
|
|
"description": "A vfs that runs in a child process.",
|
|
"version": "0.3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/c9/vfs-child.git"
|
|
},
|
|
"main": "parent.js",
|
|
"dependencies": {
|
|
"vfs-local": "~0.3.10",
|
|
"vfs-socket": "~0.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"vfs-http-adapter": "~0.2.3",
|
|
"stack": "~0.1.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/c9/vfs-child/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=0.6.16"
|
|
}
|
|
}
|