Herbert Vojčík 8 years ago
parent
commit
1376abbe0a
1 changed files with 27 additions and 0 deletions
  1. 27 0
      package.json

+ 27 - 0
package.json

@@ -0,0 +1,27 @@
+{
+  "name": "amber-compat-es2015",
+  "version": "0.1.1",
+  "description": "Polyfills for ES2015 (aka ES6) features that Amber needs.",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/amber-smalltalk/amber-compat-es2015.git"
+  },
+  "keywords": [
+    "Amber",
+    "Smalltalk",
+    "es6",
+    "es2015",
+    "polyfill",
+    "shim"
+  ],
+  "author": "Herbert Vojčík <herby@mailbox.sk>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/amber-smalltalk/amber-compat-es2015/issues"
+  },
+  "homepage": "https://github.com/amber-smalltalk/amber-compat-es2015#readme"
+}