globals-docs
Version:
documentation links for all node and browser globals
32 lines (31 loc) • 645 B
JSON
{
"name": "globals-docs",
"version": "2.4.1",
"description": "documentation links for all node and browser globals",
"main": "index.js",
"devDependencies": {
"got": "^8.0.1",
"standard-version": "^4.2.0",
"tape": "^4.8.0"
},
"scripts": {
"test": "tape test.js",
"build": "node scripts/build.js",
"release": "standard-version"
},
"keywords": [
"documentation",
"links",
"mdc",
"mozilla",
"developer",
"center",
"node"
],
"author": "Tom MacWright",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:documentationjs/globals-docs.git"
}
}