aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 43b9be3f7256be6f5cc5847aeebeeaf7dcc42920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "npm4nix",
  "version": "0.1.0",
  "description": "",
  "scripts": {
  },
  "bin": {
    "npm4nix": "cmd/main.js"
  },
  "files": [
    "cmd/*.js",
    "lib/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ip1981/npm4nix.git"
  },
  "author": "Igor Pashev",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/ip1981/npm4nix/issues"
  },
  "homepage": "https://github.com/ip1981/npm4nix#readme"
}