-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
39 lines (39 loc) · 971 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
37
38
39
{
"name": "ui-iconpicker",
"description": "Bootstrap 3 Icon Picker for AngularJS",
"version": "0.1.4",
"keywords": [
"Bootstrap",
"Font Awesome",
"Iconpicker",
"AngularJS"
],
"bugs": {
"url": "https://github.com/justin-lau/ui-iconpicker/issues",
"email": "[email protected]"
},
"license": "MIT",
"auther": {
"name": "Justin Lau",
"email": "[email protected]",
"url": "http://tclau.com"
},
"repository": {
"type": "git",
"url": "https://github.com/justin-lau/ui-iconpicker"
},
"engines": {
"node": ">=0.10.25"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-bump": "git://github.com/gruntjs/grunt-contrib-bump",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-replace": "~0.7.6"
}
}