flask-webpack-resolver
Version:
Python Flask reolver plugin for webpack
22 lines (21 loc) • 552 B
JSON
{
"name": "flask-webpack-resolver",
"version": "0.3.0",
"description": "Python Flask reolver plugin for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/romantolkachyov/flask-webpack-resolver.git"
},
"author": "Roman Tolkachyov <roman@tolkachyov.name> (http://roman.tolkachyov.name/)",
"license": "MIT",
"dependencies": {
"shelljs": ">=0.6.0"
},
"peerDependencies": {
"webpack": "1.12.x"
}
}