Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq committed Mar 23, 2015
1 parent 3f79b61 commit 9f51af4
Showing 1 changed file with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
{
"name": "angular-emoji-filter-hd",
"version": "0.0.2",
"private": true,
"author": {
"name": "Didier Baquier",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dbaq/angular-emoji-filter-hd.git"
},
"bugs": {
"url": "https://github.com/dbaq/angular-emoji-filter-hd/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/daq/angular-emoji-filter-hd/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-compress": "0.5.x"
}
}
"name": "angular-emoji-filter-hd",
"version": "0.0.3",
"author": "Didier Baquier <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/dbaq/angular-emoji-filter-hd.git"
},
"bugs": {
"url": "https://github.com/dbaq/angular-emoji-filter-hd/issues"
},
"description": "An AngularJS filter for replacing emoji codes with high-definition emoticons (Retina friendly).",
"homepage": "https://github.com/dbaq/angular-emoji-filter-hd",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-compress": "^0.5.3",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "^0.2.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"emoji",
"angular",
"filter"
],
"license": "MIT"
}

0 comments on commit 9f51af4

Please sign in to comment.