Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 39525
1
{
2
"name": "cocalc",
3
"version": "1.0.0",
4
"description": "Collaborative Calculation in the Cloud",
5
"main": "index.js",
6
"directories": {
7
"doc": "doc"
8
},
9
"dependencies": {
10
"assets-webpack-plugin": "^3.4.0",
11
"cjsx-loader": "^3.0.0",
12
"clean-webpack-plugin": "^0.1.9",
13
"coffee-cache": "^1.0.2",
14
"coffee-loader": "^0.7.2",
15
"coffee-react": "^5.0.0",
16
"coffee-react-transform": "^4.0.0",
17
"coffee-script": "^1.10.0",
18
"coffeelint": "^1.15.7",
19
"coffeelint-cjsx": "2.0.2",
20
"copy-webpack-plugin": "^3.0.1",
21
"css-loader": "^0.23.1",
22
"extract-text-webpack-plugin": "^1.0.1",
23
"file-loader": "^0.8.4",
24
"handlebars": "^4.0.5",
25
"handlebars-loader": "^1.1.4",
26
"html-loader": "^0.4.2",
27
"html-minify-loader": "^1.1.0",
28
"html-webpack-plugin": "^2.10.0",
29
"imports-loader": "^0.6.5",
30
"json-loader": "^0.5.4",
31
"jstransformer-coffee-script": "^1.1.0",
32
"jstransformer-markdown-it": "^2.0.0",
33
"jstransformer-sass": "^0.1.1",
34
"less": "^2.7.1",
35
"less-loader": "^2.2.3",
36
"node-cjsx": "^1.0.0",
37
"node-glob": "^1.2.0",
38
"node-sass": "^3.7.0",
39
"pug": "^2.0.0-rc.1",
40
"pug-loader": "^2.3.0",
41
"sass-loader": "^3.2.0",
42
"script-loader": "^0.7.0",
43
"style-loader": "^0.13.1",
44
"uglify-js": "^2.6.2",
45
"url-loader": "^0.5.7",
46
"webpack": "^1.13.1",
47
"webpack-dev-server": "^1.14.1",
48
"webpack-path-rewriter": "^1.1.3",
49
"webpack-sha-hash": "^1.0.0",
50
"webpack-stats-plugin": "^0.1.1"
51
},
52
"scripts": {
53
"lint": "node_modules/.bin/coffeelint -f smc-util/coffeelint.json -c *.coffee && cd smc-hub && npm run lint && cd ../smc-webapp && npm run lint && cd ../smc-util && npm run lint && cd ../smc-util-node && npm run lint",
54
"test": "export SMC_TEST=true&& cd smc-util && npm test && cd ../smc-util-node && npm test && cd ../smc-hub && npm test && cd ../smc-webapp && npm test && cd ../smc-project && npm test",
55
"coverage": "cd smc-util && npm run coverage && cd ../smc-util-node && npm run coverage && cd ../smc-hub && npm run coverage && cd ../smc-webapp && npm run coverage",
56
"webpack-watch": "cd $SALVUS_ROOT; scripts/update_color_scheme.coffee; SOURCE_MAP=true webpack --debug --output-pathinfo --progress --colors --watch",
57
"webpack-debug": "cd $SALVUS_ROOT; scripts/update_color_scheme.coffee; SOURCE_MAP=true webpack --debug --progress --colors",
58
"webpack-production": "cd $SALVUS_ROOT; scripts/update_color_scheme.coffee; NODE_ENV=production webpack --progress --colors",
59
"webpack-clean": "rm -rvf $SALVUS_ROOT/static/",
60
"install-all": "scripts/smc-install-all",
61
"make": "npm run install-all",
62
"clean": "find $SMC_ROOT -type d -name node_modules | xargs rm -rf; rm -rf $SMC_ROOT/static"
63
},
64
"repository": {
65
"type": "git",
66
"url": "https://github.com/sagemathinc/cocalc"
67
},
68
"keywords": [
69
"python",
70
"sage",
71
"sagemath",
72
"latex",
73
"terminal",
74
"web",
75
"ide",
76
"math",
77
"mathematics"
78
],
79
"author": "SageMath, Inc.",
80
"contributors": [
81
"William Stein <[email protected]>",
82
"Harald Schilly <[email protected]>",
83
"Jon Lee <[email protected]>",
84
"Nich Ruhland <[email protected]>"
85
],
86
"license": "GPL-3.0+",
87
"bugs": {
88
"url": "https://github.com/sagemathinc/cocalc/issues"
89
},
90
"homepage": "https://github.com/sagemathinc/cocalc",
91
"devDependencies": {
92
"file-loader": "^0.8.5"
93
}
94
}
95
96