Browse Source

Add bower and npm .jsons

Herbert Vojčík 9 years ago
parent
commit
873e3ca109
2 changed files with 60 additions and 0 deletions
  1. 29 0
      bower.json
  2. 31 0
      package.json

+ 29 - 0
bower.json

@@ -0,0 +1,29 @@
+{
+  "name": "amber-contrib-jquery",
+  "version": "0.1.0",
+  "homepage": "https://github.com/amber-smalltalk/amber-contrib-jquery",
+  "description": "Amber Smalltalk wrapper around jQuery",
+  "main": "local.amd.json",
+  "moduleType": [
+    "amd"
+  ],
+  "keywords": [
+    "amber",
+    "smalltalk",
+    "jquery"
+  ],
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "/*.js",
+    "/*.html",
+    "test",
+    "tests"
+  ],
+  "dependencies": {
+    "amber": "*",
+    "jquery": ">=1.7.0"
+  }
+}

+ 31 - 0
package.json

@@ -0,0 +1,31 @@
+{
+  "name": "amber-contrib-jquery",
+  "version": "0.1.0",
+  "description": "Amber Smalltalk wrapper around jQuery",
+  "main": "local.amd.json",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/amber-smalltalk/amber-contrib-jquery"
+  },
+  "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",
+  "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"
+  }
+}