added grunt
Showing
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "angular-emoji-popup", | ||
"version": "1.0.0", | ||
"description": "Angular Emoji Popup ", | ||
"main": "server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/madhur/angular-emoji-popup.git" | ||
}, | ||
"author": "Madhur Ahuja", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/madhur/angular-emoji-popup/issues" | ||
}, | ||
"homepage": "https://github.com/madhur/angular-emoji-popup", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-uglify": "^0.7.0" | ||
} | ||
} |
Please register or sign in to comment