browser-env
Version:
Share process.env variables with the browser
21 lines (20 loc) • 499 B
JSON
{
"name": "browser-env",
"version": "0.1.1",
"description": "Share process.env variables with the browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CamShaft/browser-env.git"
},
"author": "Cameron Bytheway <cameron@theflokk.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"startup": "~0.1.9",
"express": "~3.1.0"
}
}