-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
32 lines (32 loc) · 805 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
{
"name": "bootstrap-directional-buttons",
"version": "1.0.1",
"description": "Directional / Arrow buttons for Bootstrap",
"main": "./dist/bootstrap-directional-buttons.min.css",
"repository": {
"type": "git",
"url": "https://github.com/westonganger/bootstrap-directional-buttons.git"
},
"keywords": [
"bootstrap",
"buttons",
"button",
"arrow",
"breadcrumbs",
"directional"
],
"author": "Weston Ganger`",
"license": "MIT",
"bugs": {
"url": "https://github.com/westonganger/bootstrap-directional-button/issues"
},
"homepage": "https://github.com/westonganger/bootstrap-directional-button",
"devDependencies": {
"gulp": "*",
"gulp-sass": "*",
"gulp-autoprefixer": "*",
"gulp-rename": "*",
"pump": "*",
"del": "*"
}
}