naics
Version:
A library for dealing with NAICS industry codes
33 lines (32 loc) • 853 B
JSON
{
"name": "naics",
"version": "1.2.1",
"description": "A library for dealing with NAICS industry codes",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "node scripts/build",
"format": "prettier **.js --write",
"docs": "jsdoc2md -t README.hbs lib/*.js > README.md"
},
"keywords": [
"naics"
],
"author": "Nathan Dalbec <ntdalbec@gmail.com> (https://github.com/ntdalbec)",
"license": "MIT",
"devDependencies": {
"jest": "^25.3.0",
"prettier": "2.0.4",
"xlsx": "^0.15.6",
"jsdoc-to-markdown": "^5.0.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ntdalbec/naics.git"
},
"bugs": {
"url": "https://github.com/ntdalbec/naics/issues"
},
"homepage": "https://github.com/ntdalbec/naics#readme"
}