forked from dbaq/angular-emoji-filter-hd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 859 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "angular-emoji-filter-hd",
"version": "0.0.2",
"private": true,
"author": {
"name": "Didier Baquier",
"email": "didier.baquier@gmail.com"
},
"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"
}
}