forked from ck86/main-bower-files
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 825 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
{
"name": "main-yarn-files",
"version": "3.0.4",
"description": "Get main files from your installed yarn packages.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/aimad-majdou/main-yarn-files.git"
},
"keywords": [
"yarn",
"gulp",
"gulpfriendly",
"gruntplugin"
],
"author": "Aimad MAJDOU",
"license": "MIT",
"bugs": {
"url": "https://github.com/aimad-majdou/main-yarn-files/issues"
},
"homepage": "https://github.com/aimad-majdou/main-yarn-files",
"dependencies": {
"chalk": "^1.0.0",
"extend": "^2.0.1",
"globby": "^2.0.0",
"multimatch": "^2.0.0",
"path-exists": "^1.0.0",
"strip-json-comments": "^1.0.2",
"vinyl-fs": "^2.4.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13"
}
}