|
@@ -0,0 +1,32 @@
|
|
|
|
+{
|
|
|
|
+ "name": "amber-contrib-web",
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
+ "description": "Amber Smalltalk's original Seaside-inspired DOM manipulation library",
|
|
|
|
+ "main": "local.amd.json",
|
|
|
|
+ "scripts": {
|
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
+ },
|
|
|
|
+ "repository": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "git://github.com/amber-smalltalk/amber-contrib-web"
|
|
|
|
+ },
|
|
|
|
+ "keywords": [
|
|
|
|
+ "amber",
|
|
|
|
+ "smalltalk",
|
|
|
|
+ "seaside",
|
|
|
|
+ "dom"
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "bugs": {
|
|
|
|
+ "url": "https://github.com/amber-smalltalk/amber-contrib-web/issues"
|
|
|
|
+ },
|
|
|
|
+ "homepage": "https://github.com/amber-smalltalk/amber-contrib-web",
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "amber-dev": "^0.4.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"
|
|
|
|
+ }
|
|
|
|
+}
|