mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 08:43:25 +00:00
29 lines
657 B
JSON
29 lines
657 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": {
|
|
"coffee-script": "^1.10.0"
|
|
},
|
|
"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",
|
|
"nock": "0.15.2",
|
|
"sandboxed-module": "",
|
|
"sinon": ""
|
|
}
|
|
}
|