-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 890 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 890 Bytes
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
{
"name": "inline-environment-variables-webpack-plugin",
"version": "1.2.1",
"description": "webpack plugin to inline all environment variables",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/tikotzky/inline-environment-variables-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"env",
"variables"
],
"author": "Mordy Tikotzky <mordytk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tikotzky/inline-environment-variables-webpack-plugin/issues"
},
"homepage": "https://github.com/tikotzky/inline-environment-variables-webpack-plugin",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"webpack": "^1.12.9"
},
"dependencies": {
"fn-compose": "^1.1.0"
}
}