forked from itsjavi/fontawesome-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 999 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
33
34
35
36
{
"name": "fontawesome-iconpicker",
"version": "3.2.0",
"description": "Font Awesome Icon Picker plugin for Twitter Bootstrap",
"homepage": "https://farbelous.github.io/fontawesome-iconpicker/",
"repository": {
"type": "git",
"url": "[email protected]:farbelous/fontawesome-iconpicker.git"
},
"author": "Javi Aguilar",
"license": "MIT",
"main": "dist/js/fontawesome-iconpicker.js",
"bugs": {
"url": "https://github.com/farbelous/fontawesome-iconpicker/issues"
},
"keywords": [
"bootstrap",
"fontawesome",
"iconpicker",
"popover",
"picker"
],
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^0.5",
"grunt-contrib-concat": "^0.4",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-http-download": "^0.1",
"grunt-jsbeautifier": "^0.2",
"grunt-string-replace": "^1.3",
"grunt-yaml": "^0.4"
}
}