forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 1.31 KB
/
package.json
File metadata and controls
43 lines (42 loc) · 1.31 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
{
"name": "env-variable",
"version": "0.0.5",
"description": "Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/env-variable"
},
"keywords": [
"browser",
"env",
"environment variable",
"environment",
"fallback",
"location.hash",
"process.env",
"variable",
"window.name"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/env-variable/issues"
},
"homepage": "https://github.com/3rd-Eden/env-variable",
"devDependencies": {
"assume": "^2.0.1",
"mocha": "^5.1.1",
"istanbul": "^0.4.5"
}
,"_resolved": "https://registry.npmjs.org/env-variable/-/env-variable-0.0.5.tgz"
,"_integrity": "sha512-zoB603vQReOFvTg5xMl9I1P2PnHsHQQKTEowsKKD7nseUfJq6UWzK+4YtlWUO1nhiQUxe6XMkk+JleSZD1NZFA=="
,"_from": "env-variable@0.0.5"
}