Selaa lähdekoodia

Added package.json for npm

soyjavi 13 vuotta sitten
vanhempi
commit
3d732b198e
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16 0
      package.json

+ 16 - 0
package.json

@@ -0,0 +1,16 @@
+{
+  "name": "lungo",
+  "description": "HTML5 Cross-Device Framework.",
+  "homepage": "http://lungo.tapquo.com",
+  "author": {
+    "name": "Tapquo S.L.",
+    "site": "http://tapquo.com"},
+  "devDependencies": {
+    "grunt-contrib-coffee": "*",
+    "grunt-contrib-concat": "*",
+    "grunt-contrib-uglify": "*",
+    "grunt-contrib-stylus": "*",
+    "grunt-contrib-copy": "*",
+    "grunt-contrib-watch": "*"
+  }
+}