Browse Source

package.json

tags/0.1.0^0
Robin Thoni 8 years ago
parent
commit
c88e1f64e7
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      package.json

+ 2
- 1
package.json View File

@@ -4,7 +4,8 @@
4 4
   "description": "Luticate front authentication layer",
5 5
   "main": "dist/luticate-auth.min.js",
6 6
   "dependencies": {
7
-    "grunt": "~0.4.5"
7
+    "grunt": "~0.4.5",
8
+    "grunt-contrib-uglify": "~0.10.0"
8 9
   },
9 10
   "devDependencies": {},
10 11
   "scripts": {

Loading…
Cancel
Save