-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.02 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
{
"name": "grantmakersio",
"version": "0.2.0",
"description": "Summary profiles for all US-based foundations who have filed electronic IRS Form 990-PF",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "echo $npm_package_version",
"dev": "bundle exec jekyll serve --livereload --config _config.yml,_config_development.yml",
"parallels": "bundle exec jekyll serve --host 0.0.0.0",
"stage": "JEKYLL_ENV=staging bundle exec jekyll build --config=_config.yml,_config_staging.yml",
"build": "bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grantmakers/profiles.git"
},
"keywords": [
"jekyll"
],
"author": "Chad Kruse",
"license": "MIT",
"bugs": {
"url": "https://github.com/grantmakers/grantmakers.github.io/issues"
},
"homepage": "https://github.com/grantmakers/grantmakers.github.io#readme",
"devDependencies": {
"stream-chain": "^2.2.5",
"stream-json": "^1.8.0"
}
}