Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit eced45d

Browse files
author
June Domingo
committed
Bower init
1 parent ac38638 commit eced45d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "react-starterkit",
3+
"description": "Build project using ReactJS, Redux, Webpack and Babel",
4+
"main": "",
5+
"authors": [
6+
"June Domingo <[email protected]>"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/JuneDomingo/react-starterkit",
10+
"private": true,
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
],
18+
"dependencies": {
19+
"Ionicons": "ionicons#^2.0.1",
20+
"bootstrap": "v4.0.0-alpha.2"
21+
}
22+
}

0 commit comments

Comments
 (0)