forked from victor-valencia/bootstrap-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.43 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bootstrap-iconpicker-latest",
"version": "1.12.0",
"homepage": "https://github.com/DJStarCOM/bootstrap-iconpicker-latest",
"author": {
"name": "Stanislav Tsepeniuk",
"email": "[email protected]",
"url": "https://github.com/DJStarCOM"
},
"contributors": [
{
"name": "Victor Valencia Rico",
"url": "https://victor-valencia.github.com/"
},
{
"name": "António Almeida",
"url": "https://github.com/promatik"
},
{
"name": "Adrian Crisan",
"url": "https://github.com/crlcu"
},
{
"name": "Michaël BILCOT",
"url": "https://github.com/michaelbilcot"
},
{
"name": "Joe Whitfield-Seed",
"url": "https://github.com/joews"
},
{
"name": "Mahmoud Asadi",
"url": "https://github.com/mahmoud-asadi"
},
{
"name": "IBRAHIM YILMAZ",
"url": "https://github.com/ibrahimyilmaz7"
},
{
"name": "Marc Antwertinger",
"url": "https://github.com/antwertinger"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DJStarCOM/bootstrap-iconpicker-latest.git"
},
"devDependencies": {
"chai": "^4.1.0",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^9.0.3"
},
"scripts": {
"browser": "index.html"
}
}