2018-02-01 15:27:01 +00:00
|
|
|
{
|
2018-02-01 15:37:12 +00:00
|
|
|
"name": "secure-file-wrapper",
|
2018-03-04 00:39:30 +00:00
|
|
|
"version": "1.0.7",
|
2018-02-01 15:27:01 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
|
|
|
"license": "MIT",
|
2018-02-01 15:37:12 +00:00
|
|
|
"types": "index.d.ts",
|
2018-02-01 15:27:01 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"test": "nodeunit test.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-25 11:20:30 +00:00
|
|
|
"blob-to-buffer": "^1.2.7",
|
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2018-02-01 15:27:01 +00:00
|
|
|
"node-rsa": "^0.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-25 11:20:30 +00:00
|
|
|
"@types/blob-to-buffer": "^1.2.0",
|
|
|
|
"@types/isomorphic-fetch": "^0.0.34",
|
2018-02-01 15:27:01 +00:00
|
|
|
"@types/node": "^9.4.0",
|
|
|
|
"@types/node-fetch": "^1.6.7",
|
|
|
|
"@types/node-rsa": "^0.4.1",
|
|
|
|
"nodeunit": "^0.11.2",
|
|
|
|
"typescript": "^2.6.2"
|
|
|
|
}
|
|
|
|
}
|