You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
507 B

{
"name": "var",
"description": "Use strongly typed environment variables like a boss",
"keywords": [
"process",
"environment",
"env",
"variables",
"variable",
"var"
],
"version": "0.4.0",
"author": "Vladimir Sabev (https://github.com/vdsabev)",
"repository": "git://github.com/vdsabev/var",
"main": "./env.js",
"scripts": {
"test": "nodeunit test.js"
},
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"nodeunit": "^0.11.1"
}
}