|
@@ -1,38 +0,0 @@
|
|
|
-{
|
|
|
- "name": "amber-contrib-jquery",
|
|
|
- "description": "Amber Smalltalk wrapper around jQuery",
|
|
|
- "ignore": [
|
|
|
- "**/.*",
|
|
|
- "node_modules",
|
|
|
- "bower_components",
|
|
|
- "/*.js",
|
|
|
- "/*.html",
|
|
|
- "test",
|
|
|
- "tests"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Herby Vojčík",
|
|
|
- "email": "herby@mailbox.sk"
|
|
|
- }
|
|
|
- ],
|
|
|
- "homepage": "https://lolg.it/amber/amber-contrib-jquery",
|
|
|
- "keywords": [
|
|
|
- "amber",
|
|
|
- "smalltalk",
|
|
|
- "jquery"
|
|
|
- ],
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "private": false,
|
|
|
- "dependencies": {
|
|
|
- "amber": ">=0.19.0 <0.23.0",
|
|
|
- "jquery": ">=1.7.0"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "amber": ">=0.19.2 <0.23.0",
|
|
|
- "amber-contrib-legacy": ">=0.5.0 <0.7.0",
|
|
|
- "helios": ">=0.8.0 <0.10.0"
|
|
|
- }
|
|
|
-}
|