forked from bankrot/cadesplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 KB
/
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
35
36
{
"name": "cadesplugin",
"version": "1.0.0",
"description": "Альтернативная библиотека для работы с плагином от КриптоПРО.\r Заменяет родную cadesplugin_api.js (http://www.cryptopro.ru/sites/default/files/products/cades/cadesplugin_api.js)",
"main": "cadesplugin_api.js",
"directories": {
"test": "test"
},
"devDependencies": {
"bowser": "^1.0.0",
"coffee-script": "^1.10.0",
"es6-promise": "^3.0.2",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"gulp-umd": "^0.2.0",
"http-proxy-middleware": "^0.8.1",
"jquery": "^2.1.4",
"run-sequence": "^1.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bankrot/cadesplugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bankrot/cadesplugin/issues"
},
"homepage": "https://github.com/bankrot/cadesplugin#readme"
}