forked from c9/vfs-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 886 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": "vfs-socket",
"description": "A vfs helper library that communicates through a serialized socket",
"version": "0.3.9",
"repository": {
"type": "git",
"url": "git://github.com/c9/vfs-socket.git"
},
"dependencies": {
"smith": "git://github.com/rocketpack/smith.git"
},
"devDependencies": {
"chai": "~1.2.0",
"mocha": "~1.3.2",
"vfs-lint": "~0.0.0",
"vfs-local": "~0.3.4"
},
"optionalDependencies": {},
"scripts": {
"test": "git clean -df test/mock; mocha -R spec"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/c9/vfs-socket/raw/master/LICENSE"
}],
"engines": {
"node": "*"
}
}