-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 985 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
41
42
43
44
45
46
47
{
"name": "lineman-bower",
"description": "A Bower plugin for Lineman",
"version": "0.0.5",
"homepage": "https://github.com/linemanjs/lineman-bower",
"author": {
"name": "Justin Searls",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/linemanjs/lineman-bower.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-bower/issues"
},
"scripts": {
"postinstall": "node script/postinstall.js"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"grunt-bower-task": "~0.4.0",
"coffee-script": "~1.6.3",
"find-root-package": "0.0.1"
},
"peerDependencies": {
"grunt": "~0.4.1",
"lineman": ">= 0.27.0"
},
"devDependencies": {
"grunt-release": "^0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://testdouble.mit-license.org"
}
],
"keywords": [
"lineman",
"linemanplugin",
"bower",
"package"
]
}