u2f-api/package.json

44 строки
908 B
JSON
Исходник Постоянная ссылка Обычный вид История

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": {
"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": [
"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
],
"private": true,
"types": "./dist/index.d.ts",
2017-09-29 23:43:25 +03:00
"devDependencies": {
"@types/mocha": "2.x",
"already": "1.x",
"chai": "4.x",
"jsdom": "11.x",
"mocha": "5.x",
"pre-commit": "1.x",
"rimraf": "2.x",
"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
}