Skip to content

Commit

Permalink
Install dependencies using npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dcardosods committed Oct 30, 2018
1 parent 31aee32 commit ee5fb99
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
67 changes: 67 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion package.json
@@ -1,7 +1,21 @@
{
"name": "gulpAngularBowerToNpm",
"version": "0.0.0",
"dependencies": {},
"dependencies": {
"angular-animate": "~1.5.3",
"angular-cookies": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-messages": "~1.5.3",
"angular-resource": "~1.5.3",
"@uirouter/angularjs": "~0.2.15",
"bootstrap": "~3.3.5",
"angular-ui-bootstrap": "~1.3.3",
"malarkey": "yuanqing/malarkey#v1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.3"
},
"scripts": {
"test": "gulp test"
},
Expand Down

0 comments on commit ee5fb99

Please sign in to comment.