-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@aktivco-it/rutoken-plugin-bootstrap",
"version": "1.9.4",
"description": "Bootstraps Rutoken Plugin into the web-page",
"main": "index.js",
"scripts": {
"eslint": "./node_modules/.bin/eslint src/*"
},
"keywords": [
"rutoken",
"rutoken plugin",
"рутокен",
"рутокен плагин"
],
"dependencies": {
"bowser": "^2.7.0",
"@aktivco/rutoken-plugin": "^1.0.9"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AktivCo/rutoken-plugin-bootstrap"
},
"author": "CJSC Aktiv-Soft",
"license": "ISC"
}