File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ bower_components /*
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments