aboutsummaryrefslogtreecommitdiff
path: root/node_modules/natives/package.json
blob: aa1e1bb971e820584724ad00959f98babfffa3b4 (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
{
  "name": "natives",
  "version": "1.1.5",
  "description": "Do stuff with Node.js's native JavaScript modules",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/addaleax/natives.git"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/addaleax/natives/issues"
  },
  "homepage": "https://github.com/addaleax/natives#readme",
  "devDependencies": {
    "tap": "^11.0.0"
  },
  "files": [
    "index.js"
  ]
}