mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
28 lines
658 B
JSON
28 lines
658 B
JSON
{
|
|
"name": "access-token-encryptor-sharelatex",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "grunt coffee && grunt mochaTest"
|
|
},
|
|
"author": "",
|
|
"license": "Proprietary",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"bunyan": "~0.22.3",
|
|
"chai": "",
|
|
"grunt": "~0.4.5",
|
|
"grunt-bunyan": "~0.5.0",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
"grunt-execute": "~0.2.1",
|
|
"grunt-mocha-test": "^0.13.3",
|
|
"mocha": "^6.2.2",
|
|
"nock": "0.15.2",
|
|
"sandboxed-module": "^2.0.3",
|
|
"sinon": "^7.5.0"
|
|
}
|
|
}
|