71 lines
1.6 KiB
JSON

{
"name": "dotenv",
"version": "1.2.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"scripts": {
"test": "lab test/* --coverage && standard",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git://github.com/motdotla/dotenv.git"
},
"keywords": [
"dotenv",
"env",
".env",
"environment",
"variables",
"config",
"settings"
],
"author": {
"name": "scottmotte"
},
"license": "BSD-2-Clause",
"devDependencies": {
"lab": "^5.3.0",
"semver": "^4.3.6",
"should": "4.4.2",
"sinon": "1.12.2",
"standard": "^2.10.0"
},
"dependencies": {},
"gitHead": "940d101b4df66157cf752b611fd2292060878b44",
"bugs": {
"url": "https://github.com/motdotla/dotenv/issues"
},
"homepage": "https://github.com/motdotla/dotenv#readme",
"_id": "dotenv@1.2.0",
"_shasum": "7cd73e16e07f057c8072147a5bc3a8677f0ab5c6",
"_from": "dotenv@^1.2.0",
"_npmVersion": "2.10.1",
"_nodeVersion": "1.2.0",
"_npmUser": {
"name": "jcblw",
"email": "jacoblowe2.0@gmail.com"
},
"maintainers": [
{
"name": "scottmotte",
"email": "scott@scottmotte.com"
},
{
"name": "jcblw",
"email": "jacoblowe2.0@gmail.com"
},
{
"name": "motdotla",
"email": "mot@mot.la"
}
],
"dist": {
"shasum": "7cd73e16e07f057c8072147a5bc3a8677f0ab5c6",
"tarball": "http://registry.npmjs.org/dotenv/-/dotenv-1.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-1.2.0.tgz",
"readme": "ERROR: No README data found!"
}