123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "author": "Jonathan Graham <theflametrooper@gmail.com>",
- "bugs": {
- "url": "https://github.com/jonathan-grah/lofig/issues"
- },
- "dependencies": {
- "whatwg-fetch": "^3.5.0"
- },
- "description": "Like the Config package, but for client side JavaScript",
- "devDependencies": {
- "@babel/core": "^7.12.16",
- "@babel/preset-env": "^7.12.16",
- "@webpack-cli/serve": "^1.3.0",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.3",
- "babel-loader": "^8.2.2",
- "babel-polyfill": "^6.26.0",
- "babel-preset-es2015": "^6.24.1",
- "exports-loader": "^0.7.0",
- "imports-loader": "^0.8.0",
- "snyk": "^1.456.0",
- "webpack": "^4.46.0",
- "webpack-cli": "^4.3.0",
- "webpack-dev-server": "^3.11.2"
- },
- "license": "MIT",
- "main": "dist/lofig.min.js",
- "name": "lofig",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonathan-grah/lofig.git"
- },
- "scripts": {
- "dev": "webpack serve --open --mode=development",
- "build": "webpack --mode=production",
- "test": "snyk test"
- },
- "version": "1.2.3"
- }
|