forked from itsjavi/fontawesome-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 KB
/
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
33
34
35
{
"name": "fontawesome-iconpicker",
"version": "1.0.0",
"description": "Font Awesome Icon Picker plugin template for Twitter Bootstrap",
"homepage": "http://mjolnic.github.io/fontawesome-iconpicker/",
"repository": {
"type": "git",
"url": "[email protected]:mjolnic/fontawesome-iconpicker.git"
},
"bugs": {
"url": "https://github.com/mjolnic/fontawesome-iconpicker/issues"
},
"keywords": [
"bootstrap",
"fontawesome",
"iconpicker",
"popover",
"picker"
],
"author": "Javier Aguilar @mjolnic",
"licenses": [{
"type": "MIT",
"url": "https://github.com/mjolnic/fontawesome-iconpicker/blob/master/LICENSE"
}],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-jsbeautifier": "~0.2.7",
"grunt-contrib-watch": "~0.6.1"
}
}