overleaf/libraries/access-token-encryptor/package.json

22 lines
423 B
JSON
Raw Normal View History

{
"name": "access-token-encryptor-sharelatex",
"version": "2.0.0",
"description": "",
2016-03-25 07:06:11 -04:00
"private": true,
"main": "index.js",
"scripts": {
2020-02-17 10:24:52 -05:00
"test": "mocha test/**/*.js"
},
"author": "",
"license": "Proprietary",
2020-02-17 10:17:05 -05:00
"dependencies": {},
"devDependencies": {
2019-12-04 05:00:35 -05:00
"bunyan": "~0.22.3",
"chai": "",
2019-12-05 03:58:49 -05:00
"mocha": "^6.2.2",
2019-12-04 05:00:35 -05:00
"nock": "0.15.2",
2019-12-05 03:58:49 -05:00
"sandboxed-module": "^2.0.3",
"sinon": "^7.5.0"
}
}