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