| { |
| "name": "pgbundle", |
| "description": "Vanadium playground file bundler", |
| "version": "0.0.1", |
| "bin": "./bin/pgbundle", |
| "bugs": { |
| "url": "https://github.com/veyron/release-issues/issues" |
| }, |
| "dependencies": { |
| "glob": "^4.3.5", |
| "lodash": "^3.0.0", |
| "minimist": "^1.1.0" |
| }, |
| "homepage": "https://vanadium.googlesource.com/release.projects.playground/+/master/pgbundle", |
| "private": true, |
| "repository": { |
| "type": "git", |
| "url": "https://vanadium.googlesource.com/release.projects.playground" |
| }, |
| "devDependencies": { |
| "jshint": "^2.6.0" |
| } |
| } |