js-keygen/package.json
Patrick Roumanoff 12d5e84458 surge
2018-02-13 10:49:58 +01:00

25 lines
653 B
JSON

{
"name": "js-keypair",
"version": "1.0.0",
"description": "Generate a key pair using the webcrypto API",
"main": "js-keygen.js",
"dependencies": {},
"devDependencies": {
"eslint": "4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"git-scripts": "^0.2.1",
"surge": "^0.19.0"
},
"git": {
"scripts": {
"pre-push": "npx surge --project ./ --domain js-keygen.surge.sh"
}
},
"scripts": {
"test": "echo \"To run test open test/index.html in your browser\""
},
"author": "patrick@roumanoff.com",
"license": "Apache 2.0"
}