forked from victor-valencia/bootstrap-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 712 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 712 Bytes
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
{
"name": "bootstrap-iconpicker",
"version": "1.10.0",
"homepage": "https://victor-valencia.github.com/bootstrap-iconpicker",
"author": {
"name": "Victor Valencia Rico",
"email": "valencia_vik@hotmail.com.com",
"url": "https://victor-valencia.github.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/victor-valencia/bootstrap-iconpicker.git"
},
"devDependencies": {
"chai": "^4.1.0",
"grunt": "^0.4.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^3.4.2"
},
"scripts": {
"browser": "index.html"
}
}