Last active
October 31, 2018 09:30
-
-
Save dcardosods/e7a3b4ee13971a51586740bc09d57f12 to your computer and use it in GitHub Desktop.
Install dependencies using npm (https://github.com/dcardosods/gulp-angular-bower-to-npm/commit/ee5fb9900c7b567c2ee0a06b095838c37a49413e)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package-lock.json b/package-lock.json | |
index 10afb25..e8d65d8 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -4,6 +4,14 @@ | |
"lockfileVersion": 1, | |
"requires": true, | |
"dependencies": { | |
// TOO MUCH TO SHOW HERE | |
diff --git a/package.json b/package.json | |
index 41124c8..50e86a0 100644 | |
--- a/package.json | |
+++ b/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" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment