-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.06 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.06 KB
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
44
45
46
47
{
"name": "pdfjs-box",
"version": "1.1.22",
"author": "Achache francois",
"license": "MIT",
"main": "dist/pdfjsbox.js",
"keywords": [
"angular",
"pdf",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/hhdevelopment/pdfjs-box.git"
},
"dependencies": {
"angular": "^1.x",
"bootstrap": "^3.x",
"boxes-scroll": "^2.x",
"jquery": "^3.x",
"lodash": "^4.x",
"pdfjs-dist": "2.0.489"
},
"devDependencies": {
"angular-templatecache-loader": "^0.x",
"bower": "^1.x",
"copy-webpack-plugin": "^4.x",
"css-loader": "^0.x",
"del": "~3.x",
"extract-text-webpack-plugin": "^3.x",
"file-loader": "^1.x",
"gulp": "^3.x",
"gulp-concat": "^2.x",
"gulp-replace": "^0.x",
"html-webpack-plugin": "^2.x",
"path": "^0.x",
"style-loader": "^0.x",
"url-loader": "^0.x",
"webpack": "^3.x",
"webpack-clean-obsolete-chunks": "^0.x"
},
"scripts": {
"build": "gulp build --dev",
"clean": "gulp clean",
"clean & build": "gulp clean build --dev"
}
}