37 lines
No EOL
1.2 KiB
JSON
37 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "webpack-auto-inject-version",
|
|
"version": "0.5.5",
|
|
"repository": "radswiat/webpack-auto-inject-version",
|
|
"description": "Webpack plugin for auto inject version from package.json",
|
|
"main": "dist/WebpackAutoInjectVersion.js",
|
|
"scripts": {
|
|
"start": "babel-node tools/compile.js"
|
|
},
|
|
"author": "Radoslaw Swiat",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bluebird": "^3.4.6",
|
|
"chalk": "^1.1.3",
|
|
"lodash": "^4.17.4",
|
|
"minimist": "^1.2.0",
|
|
"optimist": "^0.6.1",
|
|
"semver": "^5.3.0",
|
|
"babel-cli": "^6.10.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-eslint": "^6.0.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-module-resolver": "^2.4.0",
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-node5": "^11.0.1",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
"eslint": "^2.7.0",
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
"eslint-loader": "^1.5.0",
|
|
"eslint-plugin-babel": "^3.2.0",
|
|
"gutil": "^1.6.4",
|
|
"webpack": "^2.3.3",
|
|
"webpack-node-externals": "^1.5.4"
|
|
}
|
|
} |