forked from BradDenver/Preen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 912 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
39
40
{
"name": "preen",
"version": "2.0.0",
"homepage": "https://github.com/braddenver/preen",
"description": "updated version of preen: preen unwanted files in packages installed via Bower",
"main": "./lib/preen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^0.2.9",
"bower": "^1.8.8",
"fs.extra": "^1.2.0",
"readdirp": "^2.2.1",
"minimatch": "^3.0.4",
"optimist": "^0.6.0",
"winston": "^2.4.4"
},
"repository": {
"type": "git",
"url": "git://github.com/PatMES/Preen.git"
},
"keywords": [
"Bower",
"gulpfriendly"
],
"author": "Brad Denver",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PatMES/Preen/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/BradDenver/Preen/issues"
},
"bin": {
"preen": "./bin/preen"
}
}