forked from c9/vfs-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"author": "Ajax.org B.V. <[email protected]>",
"contributors": [
{ "name": "Tim Caswell", "email": "[email protected]>" },
{ "name": "Fabian Jakobs", "email": "[email protected]" }
],
"name": "vfs-local",
"description": "A vfs implementation that works on the local filesystem.",
"version": "0.3.13",
"repository": {
"type": "git",
"url": "git://github.com/c9/vfs-local.git"
},
"main": "localfs.js",
"dependencies": {
"simple-mime": "~0.0.7",
"pty.js": "0.2.3"
},
"devDependencies": {
"chai": "~1.2.0",
"mocha": "~1.12.0",
"vfs-lint": "~0.0.0"
},
"scripts": {
"test": "git clean -df test/mock; mocha -R spec"
},
"licenses" : [{
"type" : "MIT"
}],
"engines": {
"node": ">=0.6.0"
}
}