-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 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
52
53
54
55
56
57
58
59
{
"name": "flotorization",
"version": "1.1.2",
"description": "Code for flotorization.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm public/*js public/*html; webpack --progress",
"start": "node_modules/foreman/nf.js start",
"postinstall": "mkdir scratch;npm run build",
"server:dev": "webpack-dev-server --open",
"heroku-postbuild": "webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daviortega/flotorization.git"
},
"keywords": [
"proof-of-existance",
"florincoin",
"cryptocurrenty"
],
"author": "Davi Ortega",
"license": "ISC",
"bugs": {
"url": "https://github.com/daviortega/flotorization/issues"
},
"homepage": "https://github.com/daviortega/flotorization#readme",
"dependencies": {
"bitcoin": "^3.0.1",
"blob-stream": "^0.1.3",
"bootstrap": "^3.4.1",
"crypto-js": "^3.1.9-1",
"cryptojs": "^2.5.3",
"css-loader": "^2.1.1",
"express": "^4.16.4",
"file-loader": "^1.1.11",
"foreman": "^3.0.1",
"html-loader": "^0.5.5",
"html-pdf": "^2.2.0",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.4.0",
"jsdom": "^11.12.0",
"json-loader": "^0.5.7",
"multer": "^1.4.1",
"node-localstorage": "^1.3.1",
"oip-hdmw": "^1.3.27",
"pdfkit": "^0.9.0",
"qr-image": "^3.2.0",
"style-loader": "^0.18.2",
"transform-loader": "^0.2.4",
"universal-ga": "^1.2.0",
"webpack": "^3.12.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"webpack-dev-server": "^2.11.5"
}
}