| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "inline-manifest-webpack-plugin",
- "version": "3.0.1",
- "description": "inline your Webpack manifest.js with a script tag to save http request",
- "main": "index.js",
- "scripts": {
- "lint": "./node_modules/eslint/bin/eslint.js --ext .js ./"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/szrenwei/inline-manifest-webpack-plugin.git"
- },
- "keywords": [
- "webpack",
- "plugin",
- "manifest",
- "runtime",
- "inline-manifest-webpack-plugin"
- ],
- "author": "szrenwei <shizairw@gmail.com> (https://github.com/szrenwei)",
- "license": "MIT",
- "homepage": "https://github.com/szrenwei/inline-manifest-webpack-plugin",
- "dependencies": {
- "source-map-url": "0.4.0"
- },
- "devDependencies": {
- "eslint": "^2.10.2",
- "eslint-config-standard": "^5.3.1",
- "eslint-plugin-promise": "^1.1.0",
- "eslint-plugin-standard": "^1.3.2"
- }
- }
|