-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
37
38
39
40
41
42
43
44
45
46
{
"name": "jpegasus-demo",
"version": "1.0.0",
"description": "This repo is the most simplistic implementation of Jpegasus hosted on GitHub Pages.",
"main": "index.js",
"scripts": {
"start": "yarn build && cd dist && serve",
"deploy": "yarn build && gh-pages -d dist",
"build": "rm -rf dist && webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TonyBrobston/jpegasus-demo.git"
},
"keywords": [
"jpegasus",
"demo",
"example",
"client",
"image",
"compression"
],
"author": "Tony Brobston",
"license": "MIT",
"bugs": {
"url": "https://github.com/TonyBrobston/jpegasus-demo/issues"
},
"homepage": "https://github.com/TonyBrobston/jpegasus-demo#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.4",
"gh-pages": "^2.2.0",
"jpegasus": "^1.16.0",
"offline-plugin": "^5.0.7",
"regenerator-runtime": "^0.13.2",
"serve": "^11.3.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}