{ "name": "brikz", "version": "0.0.2", "description": "Reconfigurable micro composition of object APIs", "main": "brikz.js", "scripts": { "build": "umd brikz < brikz.js > brikz.umd.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://lolg.it/herby/brikz.git" }, "author": "Herby Vojčík ", "license": "MIT", "devDependencies": { "umd": "^3.0.1" } }