OSSecureFileWrapper/package.json

31 lines
795 B
JSON
Raw Normal View History

2018-02-01 15:27:01 +00:00
{
2018-02-01 15:37:12 +00:00
"name": "secure-file-wrapper",
2018-06-14 08:28:59 +00:00
"version": "1.1.0",
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",
"watch": "tsc --watch",
"test": "mocha test.js"
2018-02-01 15:27:01 +00:00
},
"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/chai": "^4.1.4",
2018-02-25 11:20:30 +00:00
"@types/isomorphic-fetch": "^0.0.34",
"@types/mocha": "^5.2.2",
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",
"chai": "^4.1.2",
"mocha": "^5.2.0",
2018-02-01 15:27:01 +00:00
"nodeunit": "^0.11.2",
"typescript": "^2.6.2"
}
}