|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
809 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "loose-envify",
|
|---|
| 3 | "version": "1.4.0",
|
|---|
| 4 | "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "environment",
|
|---|
| 7 | "variables",
|
|---|
| 8 | "browserify",
|
|---|
| 9 | "browserify-transform",
|
|---|
| 10 | "transform",
|
|---|
| 11 | "source",
|
|---|
| 12 | "configuration"
|
|---|
| 13 | ],
|
|---|
| 14 | "homepage": "https://github.com/zertosh/loose-envify",
|
|---|
| 15 | "license": "MIT",
|
|---|
| 16 | "author": "Andres Suarez <zertosh@gmail.com>",
|
|---|
| 17 | "main": "index.js",
|
|---|
| 18 | "bin": {
|
|---|
| 19 | "loose-envify": "cli.js"
|
|---|
| 20 | },
|
|---|
| 21 | "repository": {
|
|---|
| 22 | "type": "git",
|
|---|
| 23 | "url": "git://github.com/zertosh/loose-envify.git"
|
|---|
| 24 | },
|
|---|
| 25 | "scripts": {
|
|---|
| 26 | "test": "tap test/*.js"
|
|---|
| 27 | },
|
|---|
| 28 | "dependencies": {
|
|---|
| 29 | "js-tokens": "^3.0.0 || ^4.0.0"
|
|---|
| 30 | },
|
|---|
| 31 | "devDependencies": {
|
|---|
| 32 | "browserify": "^13.1.1",
|
|---|
| 33 | "envify": "^3.4.0",
|
|---|
| 34 | "tap": "^8.0.0"
|
|---|
| 35 | }
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.