us
Version:
A package for easily working with US and state metadata
47 lines (46 loc) • 957 B
JSON
{
"name": "us",
"description": "A package for easily working with US and state metadata",
"author": "Patrick Way <patrick@hexane.org>",
"repository": {
"type": "git",
"url": "https://github.com/patsplat/javascript-us.git"
},
"version": "2.0.0",
"main": "us.js",
"scripts": {
"test": "tape test/**/*.js | tap-spec"
},
"engines": {
"node": ">= 0.4.1"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
},
"jshintConfig": {
"globals": {
"define": false
},
"curly": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"maxdepth": 3,
"maxparams": 4,
"maxstatements": 30,
"noarg": true,
"nocomma": true,
"node": true,
"nonbsp": true,
"nonew": true,
"singleGroups": false,
"strict": "global",
"undef": true,
"unused": true
}
}