forked from teambition/pdfviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 834 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
35
36
37
38
39
40
{
"name": "pdfviewer",
"description": "PDF Viewer using Mozila PDF JS.",
"authors": [],
"version": "0.3.0",
"main": "src/pdfviewer.js",
"repository": {
"type": "git",
"url": "git@github.com:teambition/pdfviewer.git"
},
"homepage": "https://github.com/teambition/pdfviewer",
"keywords": [
"pdf",
"viewer"
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-cssmin": "^0.1.6",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-minify-html": "^1.0.3",
"gulp-rimraf": "^0.1.1",
"gulp-sequence": "^0.3.2",
"gulp-uglify": "^1.2.0",
"merge2": "^0.3.5"
},
"scripts": {
"test": "gulp test"
},
"ignore": [
"**/.*",
"benchmark",
"test",
"examples",
"gulpfile.js",
"bower.json",
"component.json"
]
}