12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "amber-contrib-jquery",
- "version": "0.1.0",
- "description": "Amber Smalltalk wrapper around jQuery",
- "main": "local.amd.json",
- "scripts": {
- "test": "grunt test"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/amber-smalltalk/amber-contrib-jquery.git"
- },
- "keywords": [
- "amber",
- "smalltalk",
- "jquery"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/amber-smalltalk/amber-contrib-jquery/issues"
- },
- "homepage": "https://github.com/amber-smalltalk/amber-contrib-jquery",
- "engines": {
- "node": "0.10.x || 0.12.x || >=4.0.0"
- },
- "devDependencies": {
- "amber-dev": "^0.8.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"
- }
- }
|