UNPKG

thymeleaf-inject-webpack-plugin

Version:

Adds automatically thymeleaf attribute to your injected resources

39 lines (38 loc) 978 B
{ "name": "thymeleaf-inject-webpack-plugin", "version": "0.0.1", "description": "Adds automatically thymeleaf attribute to your injected resources", "main": "index.js", "files": [ "index.js" ], "scripts": { "prepublish": "npm run test", "test": "jasmine", "debug": "node-debug jasmine" }, "repository": { "type": "git", "url": "https://github.com/nkb84/thymeleaf-inject-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "html-webpack-plugin", "disk", "template", "thymeleaf" ], "author": "Nguyen Khanh Binh <khanh.binh.13.6@gmail.com> (https://github.com/nkb84)", "license": "MIT", "bugs": { "url": "https://github.com/nkb84/thymeleaf-inject-webpack-plugin.git/issues" }, "homepage": "https://github.com/nkb84/thymeleaf-inject-webpack-plugin", "devDependencies": { "html-webpack-plugin": "^2.30.1", "memory-fs": "^0.4.1", "webpack": "^3.6.0" }, "dependencies": {} }