diff options
Diffstat (limited to 'node_modules/package-json/package.json')
| -rw-r--r-- | node_modules/package-json/package.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/node_modules/package-json/package.json b/node_modules/package-json/package.json new file mode 100644 index 00000000..f00c245b --- /dev/null +++ b/node_modules/package-json/package.json @@ -0,0 +1,43 @@ +{ + "name": "package-json", + "version": "4.0.1", + "description": "Get metadata of a package from the npm registry", + "license": "MIT", + "repository": "sindresorhus/package-json", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "npm", + "registry", + "package", + "pkg", + "package.json", + "json", + "module", + "scope", + "scoped" + ], + "dependencies": { + "got": "^6.7.1", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" + }, + "devDependencies": { + "ava": "*", + "mock-private-registry": "^1.1.0", + "xo": "*" + } +} |
