-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dbaq
committed
Mar 23, 2015
1 parent
3f79b61
commit 9f51af4
Showing
1 changed file
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |