Browse Source

NPM: add dependecies for 'amber create' command

Manfred Kroehnert 11 years ago
parent
commit
6e7f8a6c96
1 changed files with 3 additions and 1 deletions
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -34,7 +34,9 @@
   },
   "dependencies": {
     "es6-promise": "~0.1.1",
-    "amdefine": "0.0.8"
+    "amdefine": "0.0.8",
+    "grunt-init-amber": "git://github.com/amber-smalltalk/grunt-init-amber.git",
+    "grunt-init": "~0.3.1"
   },
   "devDependencies": {
     "pegjs": "~0.8.0",