-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 909 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": "bower-component-list",
"version": "0.1.0",
"description": "Aggregated list of components from the Bower registry and GitHub metadata",
"keywords": [
"bower",
"package",
"manager",
"web",
"component",
"package"
],
"homepage": "https://github.com/sindresorhus/bower-component-list",
"bugs": "https://github.com/sindresorhus/bower-component-list/issues",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "http://sindresorhus.com"
},
"main": "component-list.js",
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/bower-component-list.git"
},
"dependencies": {
"request": "~2.12.0",
"lodash": "~1.0.0-rc.3",
"q": "~0.8.12",
"connect": "~2.7.2"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.65"
},
"licenses": [
{
"type": "MIT"
}
]
}