-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
48
49
50
51
{
"name": "split-pdf-slides",
"version": "1.0.0",
"description": "6/4/2-up pdf to 1-up pdf",
"dependencies": {
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"lodash": "^3.10.1",
"pdfjs-dist": "^1.3.76",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.0",
"debug-decorator": "0.0.9",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"scripts": {
"package": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p",
"push": "appcfg.py -A split-4up-slides update ./",
"webpack": "webpack --profile --display-reasons --display-modules --progress --colors --watch",
"deploy": "npm run package & npm run push",
"serve-fe": "webpack-dev-server --content-base static --colors --watch",
"app-server": "dev_appserver.py ./ --port=8081"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciju/split-pdf-slides.git"
},
"keywords": [
"split",
"slides",
"pdf",
"6-up",
"4-up",
"2-up",
"1-up"
],
"author": "ciju",
"license": "MIT",
"bugs": {
"url": "https://github.com/ciju/split-pdf-slides/issues"
},
"homepage": "https://github.com/ciju/split-pdf-slides#readme"
}