{
"name": "smc-project",
"version": "1.0.0",
"description": "CoCalc: project daemons",
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.17.1",
"coffee-cache": "^1.0.2",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"commander": "^2.9.0",
"expect": "^1.20.2",
"express": "^4.13.3",
"formidable": "^1.1.1",
"googlediff": "^0.1.0",
"json-stable-stringify": "^1.0.1",
"mkdirp": "^0.5.1",
"mocha": "^3.4.2",
"node-cleanup": "^2.1.2",
"posix": "^4.0.0",
"pty.js": "^0.3.0",
"request": "^2",
"serve-index": "^1.7.2",
"start-stop-daemon": "^0.1.1",
"temp": "^0.8.3",
"underscore": "^1.8.3",
"uuid": "^3.0.1",
"winston": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo 'TEST PROJECT'; node_modules/.bin/mocha --reporter progress test && echo 'TEST JUPYTER SERVER'; cd jupyter && ../node_modules/.bin/mocha --reporter progress test"
},
"author": "SageMath, Inc.",
"contributors": [
"William Stein <[email protected]>"
],
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/sagemathinc/cocalc/issues"
},
"homepage": "https://github.com/sagemathinc/cocalc",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"keywords": [
"python",
"sage",
"sagemath",
"latex",
"terminal",
"web",
"ide",
"math",
"mathematics"
],
"bin": {
"smc-local-hub": "./bin/smc-local-hub",
"smc-console-server": "./bin/smc-console-server"
}
}