-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbower.json
43 lines (43 loc) · 985 Bytes
/
bower.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
37
38
39
40
41
42
43
{
"name": "PDFSign.js",
"version": "1.0.3",
"description": "PDFSign.js is a JavaScript library that signs a PDF in the browser.",
"authors": [
"Thomas Bocek"
],
"license": "MIT",
"main": [
"src/js/main.js"
],
"dependencies": {
"forge": "~0.6.38"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-bower": "0.0.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-inject": "^3.0.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.6.12",
"gulp-shell": "^0.5.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.8",
"karma-requirejs": "^0.2.2",
"karma-spec-reporter": "0.0.22",
"main-bower-files": "^2.9.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}