{ "name": "presentation", "title": "Amber presentation", "description": "Amber Smalltalk Presentation written in Amber", "version": "0.1.0", "homepage": "https://github.com/amber-smalltalk/amber-examples", "author": { "name": "Nicolas Petton and others" }, "repository": { "type": "git", "url": "https://github.com/amber-smalltalk/amber-examples.git" }, "bugs": { "url": "https://github.com/amber-smalltalk/amber-examples/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/amber-smalltalk/amber-examples/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "amber-dev": "^0.2.3", "grunt": "^0.4.5", "grunt-contrib-requirejs": "^0.4.4", "requirejs": "^2.1.15" }, "keywords": [ "Amber", "Smalltalk" ] }