js-keygen/package.json

19 lines
490 B
JSON
Raw 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",
"eslint-plugin-import": "^2.8.0"
},
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"
}