-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 974 Bytes
/
package.json
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
{
"name": "dotenv-assert",
"version": "3.0.0",
"description": "Requires specified environment settings to exist",
"main": "lib/index.js",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/busterc/dotenv-assert"
},
"homepage": "https://github.com/busterc/dotenv-assert",
"keywords": [
"dotenv",
".env",
"env",
"environment",
"variables",
"config",
"settings",
"assert"
],
"author": {
"name": "Buster Collings",
"url": "http://about.me/buster"
},
"license": "ISC",
"dependencies": {
"find-parent-dir": "0.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-nsp": "^0.4.5",
"gulp-plumber": "^1.0.1",
"jshint-stylish": "^2.0.1"
}
}