{ "name": "riot-vigilante", "version": "1.0.0", "description": "Minimal riot.js observable management library", "main": "vigilante.js", "repository": "https://github.com/jantuomi/vigilante", "author": "Jan Tuomi ", "license": "MIT", "scripts": { "build": "babel index.js -o vigilante.js" }, "dependencies": { "riot": "^3.9.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1" } }