File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " curso" ,
3- "version" : " 1.0.0" ,
4- "description" : " " ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
8- },
9- "author" : " " ,
10- "license" : " ISC" ,
11- "dependencies" : {
12- "bootstrap" : " ^4.0.0-beta.2" ,
13- "font-awesome" : " ^4.7.0" ,
14- "jquery" : " ^3.3.1" ,
15- "popper.js" : " ^1.14.6" ,
16- "sass" : " ^1.15.2"
17- }
18- }
2+ "name" : " curso" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/rootdevna/simplex-javascript.git"
12+ },
13+ "author" : " " ,
14+ "license" : " ISC" ,
15+ "dependencies" : {
16+ "bootstrap" : " ^4.0.0-beta.2" ,
17+ "font-awesome" : " ^4.7.0" ,
18+ "jquery" : " ^3.3.1" ,
19+ "popper.js" : " ^1.14.6" ,
20+ "sass" : " ^1.15.2"
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments