node-env-configs
Version:
Loads configs based on your environment
48 lines (47 loc) • 1.34 kB
JSON
{
"name": "node-env-configs",
"version": "1.1.2",
"description": "Loads configs based on your environment",
"main": "index.js",
"scripts": {
"test": "mocha --compilers jsx?:babel-core/register test/index.js",
"test:watch": "mocha --compilers jsx?:babel-core/register test/index.js --watch",
"build": "babel src/ --out-file index.js",
"build:watch": "babel src/ --watch --out-file index.js",
"prepublish": "npm run build",
"preversion": "npm run build && npm test",
"postversion": "git push && git push --tags"
},
"author": "Pranesh Ravi <praneshpranesh@gmail.com> (https://github.com/praneshr)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"expect": "^1.20.2",
"mocha": "^3.2.0"
},
"directories": {
"src": "src",
"test": "test",
"doc": "README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praneshr/node-env-configs.git"
},
"keywords": [
"env",
"config",
"node-config",
"node",
"webpack",
"webpack-config",
"pranesh"
],
"bugs": {
"url": "https://github.com/praneshr/node-env-configs/issues"
},
"homepage": "https://github.com/praneshr/node-env-configs#readme"
}