UNPKG

712 BJSONView Raw
1{
2 "name": "validate-npm-package-name",
3 "version": "1.0.0",
4 "description": "Give me a string and I'll tell you if it's a valid npm package name",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {},
10 "devDependencies": {
11 "tap": "^0.4.13"
12 },
13 "scripts": {
14 "test": "tap test/*.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/zeke/validate-npm-package-name"
19 },
20 "keywords": [
21 "npm",
22 "package",
23 "names",
24 "validation"
25 ],
26 "author": "zeke",
27 "license": "ISC",
28 "bugs": {
29 "url": "https://github.com/zeke/validate-npm-package-name/issues"
30 },
31 "homepage": "https://github.com/zeke/validate-npm-package-name"
32}