-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.09 KB
/
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": "bower-npm-install",
"version": "0.5.11",
"homepage": "http://github.com/arikon/bower-npm-install",
"author": "Sergey Belov <[email protected]> (http://github.com/arikon)",
"bugs": {
"url": "http://github.com/arikon/bower-npm-install/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/arikon/bower-npm-install.git"
},
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"bower-npm-install": "bin/bower-npm-install"
},
"dependencies": {
"bower-logger": "^0.2.2",
"byline": "~4.2.0",
"cli-color": "~0.2.3",
"coa": "~0.4.0",
"inquirer": "~0.12.0",
"lodash": "~4.6.1",
"q": "~1.4.1",
"q-io": "~1.13.2",
"update-notifier": "~0.6.3"
},
"peerDependencies": {
"bower": "*"
},
"main": "lib/index.js",
"scripts": {
"test": "jshint lib"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/arikon/bower-npm-install/raw/master/LICENSE"
}
],
"devDependencies": {
"bower": "git://github.com/arikon/bower.git#ed868f51778c292604be8c109d27a8bd1019798f",
"jshint": "~2.4.3"
}
}