-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.39 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.39 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "obj2env",
"description": "Create files storing environment variables by using objects.",
"version": "1.0.5",
"main": "lib/index.js",
"dependencies": {
"streamp": "^3.0.2",
"typpy": "^2.3.12"
},
"scripts": {
"test": "ava --verbose"
},
"ava": {
"require": [
"babel-register",
"babel-polyfill"
],
"babel": "inherit"
},
"devDependencies": {
"ava": "^3.11.1",
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.24.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/obj2env.git"
},
"keywords": [
"environment",
"stringify",
"file",
"object",
"array"
],
"author": "Bloggify <support@bloggify.org> (https://bloggify.org)",
"contributors": [
"Bhargav Ponnapalli <bhargavponnapalli.5@gmail.com>",
"Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Bloggify/obj2env/issues"
},
"homepage": "https://github.com/Bloggify/obj2env#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js"
],
"blah": {
"description": "Use [`dotenv`](https://www.npmjs.com/package/dotenv) for loading an `.env` file in your application."
}
}