summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-bundled/package.json
blob: 2ce536e673ee3c5f3704ffbd2ca542b2de4cfad3 (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
25
26
27
28
29
30
{
  "name": "npm-bundled",
  "version": "1.1.1",
  "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-bundled.git"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "mutate-fs": "^1.1.0",
    "rimraf": "^2.6.1",
    "tap": "^12.0.1"
  },
  "scripts": {
    "test": "tap test/*.js -J --100",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --all; git push origin --tags"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "npm-normalize-package-bin": "^1.0.1"
  }
}