forked from NeoRazorX/facturascripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 946 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
37
38
{
"name": "facturascripts",
"description": "Open source ERP software. Built on PHP, symfony componentes 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://www.facturascripts.com/contacto"
},
"homepage": "https://www.facturascripts.com",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"bootbox": "^5.4.0",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"handsontable": "^6.x",
"jquery": "^3.4.1",
"jquery-ui-dist": "^1.12.x",
"pace-js": "^1.0.2",
"popper.js": "^1.16.0"
}
}