Browse Source

add package.json for Examples

Manfred Kroehnert 11 years ago
parent
commit
6ccc2616dc
1 changed files with 14 additions and 0 deletions
  1. 14 0
      package.json

+ 14 - 0
package.json

@@ -0,0 +1,14 @@
+{
+    "name": "amber-examples",
+    "version": "0.1.0",
+    "description": "Amber Examples",
+    "homepage": "http://amber-lang.net",
+    "keywords": [ "javascript", "smalltalk", "language", "compiler", "web" ],
+    "engines": {
+        "node": "0.8.x"
+    },
+    "devDependencies": {
+        "pegjs": "~0.7.0",
+        "grunt": "~0.4.0"
+    }
+}