node/deps/npm/node_modules/npm-user-validate/package.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2013-05-15 05:37:59 +08:00
{
"name": "npm-user-validate",
2014-06-06 06:18:15 +08:00
"version": "0.1.0",
2013-05-15 05:37:59 +08:00
"description": "User validations for npm",
"main": "npm-user-validate.js",
2013-06-19 00:42:42 +08:00
"devDependencies": {
"tap": "0.4.3"
},
2013-05-15 05:37:59 +08:00
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
2014-06-06 06:18:15 +08:00
"url": "git://github.com/npm/npm-registry-mock.git"
2013-05-15 05:37:59 +08:00
},
"keywords": [
"npm",
2013-06-19 00:42:42 +08:00
"validation",
"registry"
2013-05-15 05:37:59 +08:00
],
"author": {
"name": "Robert Kowalski",
"email": "rok@kowalski.gd"
},
"license": "BSD",
2014-06-06 06:18:15 +08:00
"readme": "[![Build Status](https://travis-ci.org/npm/npm-user-validate.png?branch=master)](https://travis-ci.org/npm/npm-user-validate)\n[![devDependency Status](https://david-dm.org/npm/npm-user-validate/dev-status.png)](https://david-dm.org/npm/npm-user-validate#info=devDependencies)\n\n# npm-user-validate\n\nValidation for the npm client and npm-www (and probably other npm projects)\n",
2013-05-15 05:37:59 +08:00
"readmeFilename": "README.md",
2013-06-19 00:42:42 +08:00
"bugs": {
2014-06-06 06:18:15 +08:00
"url": "https://github.com/npm/npm-registry-mock/issues"
2013-06-19 00:42:42 +08:00
},
2014-06-06 06:18:15 +08:00
"homepage": "https://github.com/npm/npm-registry-mock",
"_id": "npm-user-validate@0.1.0",
"_shasum": "358a5b5148ed3f79771d980388c6e34c4a61f638",
"_from": "npm-user-validate@latest"
2013-05-15 05:37:59 +08:00
}