-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 845 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
{
"name": "js-runtime-env-processor",
"version": "1.0.3",
"description": "Processor to add runtime env injection support for static javascript apps",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trevorharwell/js-runtime-env-processor.git"
},
"keywords": [
"environment",
"variable",
"env",
"var",
"config",
"runtime",
"javascript"
],
"author": "Trevor Harwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/trevorharwell/js-runtime-env-processor#issues"
},
"homepage": "https://github.com/trevorharwell/js-runtime-env-processor#readme",
"dependencies": {
"js-runtime-env": "1.0.4"
},
"devDependencies": {
"mocha": "^3.1.2",
"rewire": "^2.5.2",
"should": "^11.1.1"
}
}