{ "name": "brikz", "version": "0.0.5", "description": "Reconfigurable micro composition of object APIs", "main": "brikz.js", "scripts": { "build": "babel --out-dir amd brikz.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": { "babel-cli": "^6.14.0", "babel-plugin-transform-es2015-modules-simple-amd": "^0.3.0" } }