1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "name": "rooster", "description": "", "main": "app.js", "authors": [ "Noah Loomans <noahloomans@gmail.com>" ], "license": "MIT", "homepage": "https://github.com/nloomans/rooster-mml", "private": true, "ignore": [ "**/.*", "node_modules", "public/components", "test", "tests" ], "dependencies": { "sw-toolbox": "^3.3.0" } }