saturn-core
Version:
36 lines (35 loc) • 731 B
JSON
{
"name": "saturn-core",
"version": "0.7.1",
"description": "saturn core",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proin/saturn-core.git"
},
"keywords": [
"saturn",
"ide",
"python",
"node",
"machine-learning"
],
"author": "proin",
"bin": {
"saturn": "cli.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/proin/saturn-core/issues"
},
"homepage": "https://github.com/proin/saturn-core#readme",
"dependencies": {
"fs-extra": "^1.0.0",
"js-beautify": "^1.6.4",
"request": "^2.79.0",
"socket.io-client": "^1.7.2"
}
}