c9-core/node_modules/smith/package.json

33 wiersze
730 B
JSON

{
"author": "Ajax.org B.V. <info@ajax.org>",
"contributors": [
{
"name": "Tim Caswell",
"email": "tim@c9.io>"
}
],
"name": "smith",
"description": "Smith is an RPC agent system for Node.JS used in architect and vfs.",
"version": "0.1.22",
"scripts": {
"test": "./test-all.sh"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/c9/smith/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/c9/smith.git"
},
"main": "smith.js",
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"msgpack-js": "~0.1.0"
}
}