Procházet zdrojové kódy

NPM: add dependecies for 'amber create' command

Manfred Kroehnert před 11 roky
rodič
revize
6e7f8a6c96
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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",