forked from NeoRazorX/facturascripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 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
31
32
33
34
35
36
{
"name": "facturascripts",
"description": "Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeoRazorX/facturascripts.git"
},
"keywords": [
"facturascripts",
"php",
"invoice",
"erp",
"crm",
"billing",
"accounting"
],
"author": "Carlos García Gómez",
"license": "LGPL-3.0",
"bugs": {
"url": "https://facturascripts.com/contacto"
},
"homepage": "https://facturascripts.com",
"dependencies": {
"@fortawesome/fontawesome-free": "5.*",
"bootbox": "5.*",
"bootstrap": "4.*",
"chart.js": "2.*",
"jquery": "3.6.*",
"jquery-ui-dist": "1.12.*",
"pace-js": "1.*"
}
}