forked from wolframite/fusioninvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.29 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
{
"name": "invoiceplane",
"version": "2.0.0",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"homepage": "https://invoiceplane.com",
"repository": {
"type": "git",
"url": "git+https://github.com/InvoicePlane/InvoicePlane.git"
},
"author": "InvoicePlane Developers & Contributors",
"license": "MIT",
"bugs": {
"url": "https://development.invoiceplane.com"
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"load-grunt-tasks": "^4.0.0",
"postcss": "^6.0.22"
},
"dependencies": {
"admin-lte": "2.3.11",
"autosize": "^4.0.2",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-sass": "^3.3.7",
"chosen-js": "^1.8.5",
"daterangepicker": "^3.0.3",
"font-awesome": "^4.7.0",
"ionicons": "^4.1.2",
"jquery": "^3.3.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.22.1",
"npm": "^6.1.0",
"typeahead.js": "^0.10.1"
}
}