This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
forked from adrianbarwicki/vicigo
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
134 lines (134 loc) · 4.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "honestcash",
"version": "0.0.1",
"description": "Front-end for https://honest.cash",
"main": "app.js",
"dependencies": {
"@types/angular": "^1.6.53",
"@types/angular-ui-router": "^1.1.40",
"@types/jquery": "^3.3.29",
"angular": "^1.6.1",
"angular-ui-router": "^0.3.2",
"angularjs": "0.0.1",
"async": "^2.6.1",
"aws-sdk": "^2.1.35",
"axios": "^0.18.0",
"blueimp-canvas-to-blob": "^3.14.0",
"blueimp-file-upload": "^9.28.0",
"blueimp-load-image": "^2.20.1",
"body-parser": "^1.0.2",
"bootstrap": "^3.3.7",
"compression": "^1.5.0",
"connect-flash": "^0.1.1",
"content-kit-editor": "^0.5.1",
"cookie-parser": "^1.0.1",
"cors": "^2.7.1",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.1.0",
"ejs": "^2.3.1",
"escape-html": "^1.0.2",
"express": "^4.13.0",
"express-ejs-layouts": "^1.1.0",
"express-minify": "^0.1.6",
"express-session": "^1.0.4",
"extend": "^3.0.0",
"fb": "^2.0.0",
"find-hashtags": "^1.0.0",
"font-awesome": "^4.7.0",
"forever": "^0.15.3",
"fs": "^0.0.2",
"get-img-src": "^1.0.0",
"gm": "^1.18.1",
"hashtags": "^0.2.0",
"html-to-text": "^1.3.1",
"http": "^0.0.0",
"image-size": "^0.5.0",
"install": "^0.4.1",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jsonwebtoken": "^5.4.1",
"keyword-extractor": "0.0.15",
"less": "^3.9.0",
"limiter": "^1.1.0",
"lzutf8": "^0.5.5",
"md5": "^2.2.1",
"medium-editor": "^5.23.3",
"medium-editor-insert-plugin": "^2.5.0",
"medium-editor-markdown": "git+https://github.com/IonicaBizau/medium-editor-markdown.git",
"method-override": "^3.0.0",
"minify": "^4.0.3",
"moment": "^2.22.2",
"ng-infinite-scroll": "^1.3.0",
"npm": "^6.4.1",
"nvm": "^0.0.3",
"qrcode": "^1.3.2",
"rand-token": "^0.2.1",
"randomstring": "^1.1.3",
"reading-time": "^1.0.2",
"request": "^2.74.0",
"sanitize-html": "^1.20.0",
"sha3": "^2.0.0",
"showdown": "^1.9.0",
"simple-bitcoin-wallet": "0.0.7",
"sweetalert": "^2.1.2",
"sweetalert2": "^7.32.2",
"tippy.js": "^3.4.0",
"toastr": "^2.1.4",
"twit": "^2.1.1",
"ui-router": "^1.0.0-alpha.3"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-angular": "^7.5.0",
"@commitlint/config-conventional": "^7.5.0",
"@types/jasmine": "^3.3.12",
"css-loader": "^0.27.3",
"gulp": "^4.0.0",
"gulp-minify": "0.0.15",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^2.0.1",
"html-loader": "^0.4.5",
"imports-loader": "^0.8.0",
"jasmine": "^3.4.0",
"jshint": "^2.10.2",
"less-loader": "^4.1.0",
"mocha": "^5.2.0",
"ng-annotate-loader": "^0.6.1",
"ng-annotate-webpack-plugin": "^0.3.0",
"pre-commit": "^1.2.2",
"style-loader": "^0.14.1",
"ts-loader": "^5.3.0",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.4.1",
"uglify-es-webpack-plugin": "^0.10.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"start": "node app",
"watch": "node ./node_modules/webpack/bin/webpack.js --watch",
"build": "npm run transfer-libs && npm run build:local",
"build:local": "npm run transfer-libs && node ./node_modules/webpack/bin/webpack.js --env=local",
"build:dev": "npm run transfer-libs && node ./node_modules/webpack/bin/webpack.js --env=dev",
"build:prod": "npm run transfer-libs && node ./node_modules/webpack/bin/webpack.js --prod --env=prod",
"transfer-libs": "cp ./node_modules/simple-bitcoin-wallet/dist/simplewallet.min.js ./public/js/simple-bitcoin-wallet.min.js && cp ./node_modules/simple-bitcoin-wallet/dist/simplewallet.min.js ./public/assets/libs/simple-bitcoin-wallet.min.js",
"test": "./node_modules/ts-node/dist/bin.js -O '{\"module\": \"commonjs\"}' ./node_modules/jasmine/bin/jasmine",
"lint": "./node_modules/tslint/bin/tslint --project ./tslint.json",
"commitmsg": "commitlint -e $HUSKY_GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honest-cash/honestcash"
},
"author": "Adrian Barwicki ([email protected])",
"license": "Apache 2.0",
"homepage": "https://github.com/honest-cash/honestcash#readme",
"pre-commit": [
"npm run lint"
]
}