12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "trapped",
- "title": "Trapped",
- "description": "Bidirectional DOM data-binding for Amber Smalltalk",
- "version": "0.5.1",
- "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"
- ]
- }
|