forked from InvoicePlane/ip-lrvl-v2-arch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"name": "invoiceplane-2",
"version": "2.0.0",
"author": "InvoicePlane <mail@invoiceplane.com>",
"homepage": "https://invoiceplane.com",
"repository": "InvoicePlane/InvoicePlane-2",
"bugs": {
"url": "https://development.invoiceplane.com"
},
"license": "MIT",
"engines": {
"node": ">= 4.4.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^18.0.0",
"grunt-sass": "^1.1.0",
"grunt-scss-lint": "^0.3.8",
"load-grunt-tasks": "*",
"time-grunt": "^1.3.0"
}
}