{ "name": "trapped", "title": "Trapped", "description": "Bidirectional DOM data-binding for Amber Smalltalk", "version": "0.6.0", "homepage": "https://lolg.it/herby/trapped", "author": { "name": "Herbert Vojčík", "email": "herby@mailbox.sk", "url": "https://blog.herby.sk/" }, "repository": { "type": "git", "url": "https://lolg.it/herby/trapped.git" }, "bugs": { "url": "https://lolg.it/herby/trapped/issues" }, "licenses": [ { "type": "MIT", "url": "https://lolg.it/herby/trapped.git/blob/master/LICENSE-MIT" } ], "engines": { "node": ">=4.0.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "amber-dev": "^0.10.1", "grunt": "1.0.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-requirejs": "^1.0.0", "grunt-exec": "^2.0.0", "requirejs": "^2.1.15" }, "keywords": [ "Amber", "Smalltalk" ] }