forked from yrezgui/angular-emoji-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 903 Bytes
/
package.json
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
32
{
"name": "angular-emoji-filter",
"version": "0.0.2",
"private": true,
"author": {
"name": "James Allardice",
"email": "jallardice@globalpersonals.co.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/globaldev/angular-emoji-filter.git"
},
"bugs": {
"url": "https://github.com/globaldev/angular-emoji-filter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/globaldev/angular-emoji-filter/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",
"grunt-montage": "~0"
}
}