js-keygen/package.json

26 lines
653 B
JSON
Raw Permalink Normal View History

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