-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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": "bower2nix",
"version": "3.3.1",
"description": "Generate nix expressions to fetch bower dependencies",
"homepage": "https://github.com/rvl/bower2nix",
"contributors": [
{
"name": "Shea Levy",
"email": "[email protected]"
},
{
"name": "Rodney Lorrimar",
"email": "[email protected]"
}
],
"bin": {
"bower2nix": "bin/bower2nix",
"fetch-bower": "bin/fetch-bower"
},
"dependencies": {
"argparse": "1.0.4",
"bower": ">=1.2.8 <2",
"bower-endpoint-parser": "0.2.1",
"bower-json": "0.8.4",
"bower-logger": "0.2.1",
"fs-extra": "~0.26.5",
"glob": "6.0.4",
"lodash": "^4.17.21",
"promised-temp": "^0.1.0",
"semver": ">=5.1.0 <6",
"temp": "0.8.3"
},
"devDependencies": {
"typescript": "^4.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/rvl/bower2nix"
},
"license": "GPL-3.0",
"scripts": {
"prepare": "tsc"
},
"typescript": {
"definition": "dist/bower2nix.d.ts"
}
}