Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 39598
1
{
2
"name": "smc-util-node",
3
"version": "1.0.0",
4
"description": "CoCalc compute server code",
5
"main": "index.js",
6
"scripts": {
7
"test": "SMC_TEST=true node_modules/.bin/mocha --reporter progress",
8
"coverage": "rm -rf ./coverage/; SMC_TEST=true node_modules/.bin/mocha --require ./coffee-coverage-loader.js && node_modules/.bin/istanbul report text html",
9
"lint": "node_modules/.bin/coffeelint -f ../smc-util/coffeelint.json -c *.coffee"
10
},
11
"author": "SageMath, Inc.",
12
"license": "GPL-3.0",
13
"dependencies": {
14
"async": "^1.4.2",
15
"coffee-cache": "^1.0.2",
16
"coffee-register-cache": "0.0.0",
17
"coffee-script": "^1.10.0",
18
"jsdom": "^7.2.2",
19
"sqlite3": "^3.1.0",
20
"temp": "^0.8.3",
21
"winston": "^1.1.1"
22
},
23
"repository": {
24
"type": "git",
25
"url": "https://github.com/sagemathinc/cocalc"
26
},
27
"devDependencies": {
28
"coffee-coverage": "^0.6.3",
29
"istanbul": "^0.4.0",
30
"mocha": "^2.3.3",
31
"expect": "^1.12.2"
32
}
33
}
34
35