Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50629 views
1
{
2
"name": "smc-project",
3
"version": "1.0.0",
4
"description": "CoCalc: project daemons",
5
"main": "index.js",
6
"dependencies": {
7
"async": "^1.5.0",
8
"body-parser": "^1.17.1",
9
"coffee-cache": "^1.0.2",
10
"coffee-loader": "^0.7.2",
11
"coffee-script": "^1.10.0",
12
"commander": "^2.9.0",
13
"expect": "^1.20.2",
14
"express": "^4.13.3",
15
"formidable": "^1.1.1",
16
"googlediff": "^0.1.0",
17
"json-stable-stringify": "^1.0.1",
18
"mkdirp": "^0.5.1",
19
"mocha": "^3.4.2",
20
"node-cleanup": "^2.1.2",
21
"posix": "^4.0.0",
22
"pty.js": "^0.3.0",
23
"request": "^2",
24
"serve-index": "^1.7.2",
25
"start-stop-daemon": "^0.1.1",
26
"temp": "^0.8.3",
27
"underscore": "^1.8.3",
28
"uuid": "^3.0.1",
29
"winston": "^1.1.1"
30
},
31
"devDependencies": {},
32
"scripts": {
33
"test": "echo 'TEST PROJECT'; node_modules/.bin/mocha --reporter progress test && echo 'TEST JUPYTER SERVER'; cd jupyter && ../node_modules/.bin/mocha --reporter progress test"
34
},
35
"author": "SageMath, Inc.",
36
"contributors": [
37
"William Stein <[email protected]>"
38
],
39
"license": "GPL-3.0+",
40
"bugs": {
41
"url": "https://github.com/sagemathinc/cocalc/issues"
42
},
43
"homepage": "https://github.com/sagemathinc/cocalc",
44
"repository": {
45
"type": "git",
46
"url": "https://github.com/sagemathinc/cocalc"
47
},
48
"keywords": [
49
"python",
50
"sage",
51
"sagemath",
52
"latex",
53
"terminal",
54
"web",
55
"ide",
56
"math",
57
"mathematics"
58
],
59
"bin": {
60
"smc-local-hub": "./bin/smc-local-hub",
61
"smc-console-server": "./bin/smc-console-server"
62
}
63
}
64
65