zetta-scientist
Version:
Creates Zetta devices.
27 lines (26 loc) • 614 B
JSON
{
"name": "zetta-scientist",
"version": "1.0.0",
"description": "Creates Zetta devices.",
"main": "scientist.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/zettajs/zetta-scientist.git"
},
"keywords": [
"zetta",
"scientist"
],
"author": "Kevin Swiber <kswiber@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zettajs/zetta-scientist/issues"
},
"homepage": "https://github.com/zettajs/zetta-scientist",
"devDependencies": {
"mocha": "^1.21.4"
}
}