-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 936 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
{
"name": "interfacelift-downloader",
"description": "InterfaceLIFT wallpaper auto-downloader.",
"version": "2.4.0",
"homepage": "https://github.com/stevenbenner/interfacelift-downloader",
"author": {
"name": "Steven Benner",
"url": "https://stevenbenner.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/stevenbenner/interfacelift-downloader.git"
},
"bugs": {
"url": "https://github.com/stevenbenner/interfacelift-downloader/issues"
},
"license": "MIT",
"bin": {
"interfacelift-downloader": "bin/interfacelift-downloader"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test --verbose --stack"
},
"preferGlobal": true,
"dependencies": {},
"devDependencies": {
"@stevenbenner/eslint-config": "~2.0",
"grunt": "~1.4",
"grunt-eslint": "~24.0",
"grunt-jsonlint": "~2.1"
},
"keywords": []
}