2016-03-25 11:04:46 +00:00
|
|
|
{
|
|
|
|
"name": "access-token-encryptor-sharelatex",
|
2019-10-08 13:01:55 +00:00
|
|
|
"version": "2.0.0",
|
2016-03-25 11:04:46 +00:00
|
|
|
"description": "",
|
2016-03-25 11:06:11 +00:00
|
|
|
"private": true,
|
2016-03-25 11:04:46 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-12-04 10:00:35 +00:00
|
|
|
"test": "grunt coffee && grunt mochaTest"
|
2016-03-25 11:04:46 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "Proprietary",
|
|
|
|
"dependencies": {
|
2016-03-25 14:51:52 +00:00
|
|
|
"coffee-script": "^1.10.0"
|
2016-03-25 11:04:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-04 10:00:35 +00:00
|
|
|
"bunyan": "~0.22.3",
|
2019-10-08 13:01:55 +00:00
|
|
|
"chai": "",
|
2019-12-04 10:00:35 +00:00
|
|
|
"grunt": "~0.4.5",
|
|
|
|
"grunt-bunyan": "~0.5.0",
|
|
|
|
"grunt-cli": "^1.3.2",
|
2019-10-08 13:01:55 +00:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
|
|
"grunt-execute": "~0.2.1",
|
2019-12-04 10:00:35 +00:00
|
|
|
"grunt-mocha-test": "^0.13.3",
|
|
|
|
"nock": "0.15.2",
|
|
|
|
"sandboxed-module": "",
|
|
|
|
"sinon": ""
|
2019-10-08 13:01:55 +00:00
|
|
|
}
|
2016-03-25 11:04:46 +00:00
|
|
|
}
|