xslt-insert-html-webpack-plugin
Version:
A Webpack plugin to insert html tag in head
46 lines (45 loc) • 1.22 kB
JSON
{
"name": "xslt-insert-html-webpack-plugin",
"version": "1.0.2",
"description": "A Webpack plugin to insert html tag in head",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "",
"scripts": {
"lint": "eslint src/ test/",
"pretest": "npm run lint && npm run build && npm run build:tests",
"test": "mocha compiled_tests/",
"test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/",
"build": "babel src/ --out-dir lib/",
"build:tests": "babel test/ --out-dir compiled_tests/",
"preversion": "npm test",
"version": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"keywords": [
"webpack",
"plugin",
"config.xml",
"cordova",
"modify"
],
"dependencies": {
"elementtree": "^0.1.7"
}
}