forked from svanderburg/node2nix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 825 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
{
"name": "node2nix",
"version": "1.11.1",
"description": "Generate Nix expressions to build NPM packages",
"homepage": "https://github.com/svanderburg/node2nix",
"author": {
"name": "Sander van der Burg",
"email": "[email protected]"
},
"bin": {
"node2nix": "bin/node2nix.js"
},
"main": "./lib/node2nix",
"dependencies": {
"base64-js": "1.5.x",
"findit": "2.0.x",
"fs.extra": "1.3.x",
"nijs": "0.0.25",
"npm-registry-client": "8.6.x",
"npmconf": "2.1.x",
"optparse": "1.0.x",
"semver": "7.3.x",
"slasp": "0.0.4",
"spdx-license-ids": "3.0.x",
"tar": "6.1.x",
"temp": "0.9.x"
},
"devDependencies": {
"jsdoc": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/svanderburg/node2nix"
},
"license": "MIT"
}