{ "name": "lyst", "title": "Lyst", "description": "Access hierarchical data with array-indexes. For Amber Smalltalk.", "version": "0.1.0", "homepage": "https://github.com/herby/trapped", "author": { "name": "Herbert Vojčík", "email": "herby@mailbox.sk" }, "repository": { "type": "git", "url": "git://github.com/herby/trapped.git" }, "bugs": { "url": "https://github.com/herby/trapped/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/herby/trapped/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "amber-dev": "^0.3.0", "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" ] }