UNPKG

rollup-plugin-stimulus

Version:

Rollup.js plugin for rolling Stimulus.js applications

47 lines (46 loc) 1.08 kB
{ "name": "rollup-plugin-stimulus", "version": "0.0.1", "description": "Rollup.js plugin for rolling Stimulus.js applications", "main": "dist/rollup-plugin-stimulus.cjs.js", "module": "dist/rollup-plugin-stimulus.js", "files": [ "dist/", "src/" ], "directories": { "test": "test" }, "scripts": { "pretest": "npm run build", "test": "ava test/*.js", "build": "rm -rf dist && rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/lightster/rollup-plugin-stimulus.git" }, "keywords": [ "stimulus.js", "rollup.js", "rollup-plugin" ], "author": "Matt Light", "contributors": [ { "name": "Matt Light", "email": "matt@paren.io" } ], "license": "MIT", "bugs": { "url": "https://github.com/lightster/rollup-plugin-stimulus/issues" }, "homepage": "https://github.com/lightster/rollup-plugin-stimulus#readme", "devDependencies": { "ava": "^2.2.0", "rollup": "^1.17.0", "rollup-plugin-node-resolve": "^5.2.0", "stimulus": "^1.1.1" } }