detect-environment
Version:
Detect environments in JavaScript similar to the way Laravel does
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "detect-environment",
"description": "Detect environments in JavaScript similar to the way Laravel does",
"version": "1.0.0-alpha10",
"homepage": "https://github.com/whitneyit/detect-environment",
"repository": {
"type": "git",
"url": "git://github.com:whitneyit/detect-environment.git"
},
"private": false,
"license": "MIT",
"main": "index.js",
"keywords": [
"detect-environment",
"detect",
"environment",
"env"
],
"author": "James Whitney <james@whitney.io>",
"contributors": [],
"bugs": {
"url": "https://github.com/whitneyit/detect-environment/issues"
},
"scripts": {
"start": "npm install && gulp default",
"test": "echo 'Testing is handled by gulp, please run `gulp test` instead\n' && gulp test",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls"
},
"dependencies": {
"extend": "^2.0.0",
"has-own-prop": "^1.0.0",
"js-yaml": "^3.1.0",
"yargs": "^1.3.1"
},
"devDependencies": {
"chalk": "^0.5.1",
"coveralls": "^2.11.2",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-eslint": "^0.2.0",
"gulp-istanbul": "^0.4.0",
"gulp-jasmine": "^1.0.1",
"gulp-jscs": "^1.3.0",
"gulp-serve": "^0.3.0",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.1",
"proxyquire": "^1.1.0",
"serve-index": "^1.5.1"
}
}