Skip to content

Commit 4113f91

Browse files
Roy SivanRoy Sivan
authored andcommitted
ignore and new files for load
1 parent c334c0d commit 4113f91

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bower_components/*

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "reang",
3+
"version": "1.0.0",
4+
"authors": [
5+
"royboy789"
6+
],
7+
"description": "ReactJS and AngularJS Hybrid Awesome WordPress Theme",,
8+
"moduleType": [
9+
"globals",
10+
"node"
11+
],
12+
"license": "GPL",
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components"
17+
]
18+
}

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "reang",
3+
"version": "1.0.0",
4+
"description": "ReactJS and AngularJS Hybrid Awesome WordPress Theme",
5+
"main": "Gruntfile.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/royboy789/angular-react-wordpress-theme.git"
12+
},
13+
"author": "Quinn Keaveney",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/royboy789/angular-react-wordpress-theme/issues"
17+
},
18+
"homepage": "https://github.com/royboy789/angular-react-wordpress-theme",
19+
"devDependencies": {
20+
"gulp": "^3.8.11",
21+
"gulp-concat": "^2.5.2",
22+
"gulp-concat-css": "^2.2.0",
23+
"gulp-sass": "^1.3.3"
24+
}
25+
}

0 commit comments

Comments
 (0)