{ "name": "trapped", "title": "Trapped", "description": "Bidirectional DOM data-binding for Amber Smalltalk", "version": "0.4.2", "homepage": "https://lolg.it/herby/trapped", "author": { "name": "Herbert Vojčík", "email": "herby@mailbox.sk" }, "repository": { "type": "git", "url": "https://lolg.it/herby/trapped.git" }, "bugs": { "url": "https://lolg.it/herby/trapped/issues" }, "license": "MIT", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "amber-dev": "^0.8.2", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-requirejs": "^0.4.4", "grunt-execute": "^0.2.2", "requirejs": "^2.1.15" }, "keywords": [ "Amber", "Smalltalk" ] }