aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nanoassert/package.json
blob: 339a44339a78a3eb1d7e9f3769cf0b4704bac072 (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
31
{
  "name": "nanoassert",
  "version": "1.1.0",
  "description": "Nanoscale assertion module",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "^4.6.3"
  },
  "scripts": {
    "test": "tape test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emilbayes/nanoassert.git"
  },
  "keywords": [
    "assert",
    "unassert",
    "power-assert",
    "tiny",
    "nano",
    "pico"
  ],
  "author": "Emil Bay <github@tixz.dk>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emilbayes/nanoassert/issues"
  },
  "homepage": "https://github.com/emilbayes/nanoassert#readme"
}