-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 KB
/
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
{
"name": "process-env-brunch",
"description": "Parses brunch files and replaces the _PROCESS_ENV_FOO token with the value of process.env.FOO.",
"version": "1.4.6",
"homepage": "https://github.com/mikeedwards/process-env-brunch",
"author": {
"name": "Mike Edwards",
"email": "mike@onearmedman.com",
"url": "http://onearmedman.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mikeedwards/process-env-brunch.git"
},
"bugs": {
"url": "https://github.com/mikeedwards/process-env-brunch/issues"
},
"licenses": [
{
"type": "LGPL",
"url": "https://github.com/mikeedwards/process-env-brunch/blob/master/LICENSE-LGPL"
}
],
"main": "./lib/index",
"scripts": {
"prepublish": "coffee -c -o lib/ src/",
"postinstall": "node setup.js postinstall",
"test": "grunt test"
},
"devDependencies": {
"coffee-script": "1.11.1",
"grunt": "^1.0.3"
},
"keywords": [],
"readme": "## process-env-brunch\nParses brunch files and replaces the ```_PROCESS_ENV_FOO``` token with the value of ```process.env.FOO```.\n",
"_id": "process-env-brunch@0.0.1",
"_from": "process-env-brunch@0.0.1"
}