UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

43 lines (42 loc) 1.13 kB
{ "name": "modulerizr", "version": "1.8.1", "description": "Integrate a powerful, component based architecture to your legacy project in just a few steps", "main": "src/index.js", "scripts": { "modulerizr": "node bin/index.js", "test": "jasmine", "webpack": "node ./src/index.webpack.js", "testrun": "npm --prefix ./samples/ run modulerizr_all" }, "bin": { "modulerizr": "./bin/index.js" }, "author": "Manuel Gelsen", "license": "MIT", "keywords": [ "module", "modulearisation", "legacy", "project", "taskrunner", "modulerizr" ], "repository": { "type": "git", "url": "https://github.com/bassdman/modulerizr.git" }, "bugs": { "url": "https://github.com/bassdman/modulerizr.git/issues" }, "devDependencies": { "jasmine": "^3.6.1" }, "dependencies": { "clean-webpack-plugin": "^3.0.0", "colors": "^1.4.0", "modulerizr-webpack-plugin": "^1.0.0", "webpack": "^4.44.1", "webpack-log": "^3.0.1" } }