2015-06-12 16:10:51 +03:00
|
|
|
{
|
|
|
|
"name": "u2f-api",
|
|
|
|
"description": "Promisified U2F API for browsers",
|
|
|
|
"license": "MIT",
|
2018-03-20 17:47:52 +03:00
|
|
|
"version": "1.0.6",
|
2015-06-12 16:10:51 +03:00
|
|
|
"author": "Gustaf Räntilä <g.rantila@gmail.com>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/grantila/u2f-api.git"
|
|
|
|
},
|
2017-09-29 23:43:25 +03:00
|
|
|
"scripts": {
|
2018-03-20 16:09:04 +03:00
|
|
|
"build": "scripts/build.sh",
|
|
|
|
"test": "node_modules/.bin/mocha dist/test",
|
|
|
|
"buildtest": "npm run build && npm run test"
|
2017-09-29 23:43:25 +03:00
|
|
|
},
|
|
|
|
"pre-commit": [
|
2018-03-20 16:09:04 +03:00
|
|
|
"buildtest"
|
2017-09-29 23:43:25 +03:00
|
|
|
],
|
2015-06-12 16:10:51 +03:00
|
|
|
"keywords": [
|
|
|
|
"u2f",
|
|
|
|
"api",
|
|
|
|
"client",
|
2015-06-15 14:48:12 +03:00
|
|
|
"2-factor",
|
|
|
|
"authentication",
|
|
|
|
"fido",
|
2015-06-12 16:10:51 +03:00
|
|
|
"yubikey",
|
|
|
|
"promise"
|
2017-09-21 16:51:48 +03:00
|
|
|
],
|
2018-05-16 16:00:40 +03:00
|
|
|
"private": true,
|
2018-03-20 16:09:04 +03:00
|
|
|
"types": "./dist/index.d.ts",
|
2017-09-29 23:43:25 +03:00
|
|
|
"devDependencies": {
|
2018-03-01 16:30:31 +03:00
|
|
|
"@types/mocha": "2.x",
|
|
|
|
"already": "1.x",
|
|
|
|
"chai": "4.x",
|
|
|
|
"jsdom": "11.x",
|
|
|
|
"mocha": "5.x",
|
|
|
|
"pre-commit": "1.x",
|
2018-03-20 16:09:04 +03:00
|
|
|
"rimraf": "2.x",
|
2018-05-16 16:00:40 +03:00
|
|
|
"typescript": "2.7.x",
|
|
|
|
"webpack": "^4.8.3",
|
|
|
|
"webpack-cli": "^2.1.3"
|
2017-09-29 23:43:25 +03:00
|
|
|
}
|
2015-06-12 16:10:51 +03:00
|
|
|
}
|