-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "environmentize",
"description": "Utilities for handling differences between environments.",
"version": "0.1.7",
"author": "Mathias Kretschek <mathias@kretschek.com.br> (http://mathias.ms)",
"contributors": [
"Mathias Kretschek <mathias@kretschek.com.br>"
],
"bugs": {
"url": "https://github.com/mkretschek/node-environmentize/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mkretschek/node-environmentize"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"underscore": "~1.7.0"
},
"devDependencies": {
"codeclimate-test-reporter": "~0.0.4",
"coveralls": "^2.11.2",
"expect.js": "~0.3.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.12.1",
"istanbul": "^0.3.2",
"jshint": "~2.5.0",
"mocha": "~1.21.4"
},
"engines": {
"node": ">=0.10.0"
},
"main": "./index.js",
"directories": {
"test": "test"
},
"keywords": [
"environment",
"env",
"configuration"
],
"license": "MIT"
}