-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
28 lines (28 loc) · 863 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
{
"name": "psdle",
"version": "4.2.2",
"description": "Improving everyone's favorite online download list, one loop at a time.",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RePod/psdle.git"
},
"author": "RePod",
"license": "(c) RePod, MIT https://github.com/RePod/psdle/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/RePod/psdle/issues"
},
"homepage": "https://github.com/RePod/psdle#readme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-concat-json": "0.0.10",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-exec": "^3.0.0",
"grunt-includes": "^1.1.0",
"grunt-string-replace": "^1.3.1",
"install": "^0.10.4"
}
}