-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
40 lines (40 loc) · 904 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": "main-bower-files",
"version": "2.13.3",
"description": "Get main files from your installed bower packages.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/ck86/main-bower-files.git"
},
"keywords": [
"bower",
"gulp",
"gulpfriendly",
"gruntplugin"
],
"author": "Christopher Knötschke",
"license": "MIT",
"bugs": {
"url": "https://github.com/ck86/main-bower-files/issues"
},
"homepage": "https://github.com/ck86/main-bower-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": "^3.0.3"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"mocha": "^6.2.0",
"should": "^7.0.1"
}
}