forked from drakmail/bills-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 Bytes
/
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
{
"name": "BillsGenerator",
"description": "Генератор счетов для ООО",
"version": "1.2.0",
"homepage": "https://github.com/drakmail/bills-generator",
"author": "Alexander Maslov <drakmail@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:drakmail/bills-generator.git"
},
"main": "app.js",
"dependencies": {
"body-parser": "^1.12.2",
"dateformat": "^1.0.11",
"express": "^4.12.3",
"html-pdf": "^1.1.0",
"numeral": "^1.5.3",
"nunjucks": "^2.1.0",
"redis": "^2.0.0",
"rubles": "^0.2.0",
"serve-static": "^1.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/drakmail/bills-generator/issues"
},
"license": "GPL-3.0"
}