We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45abb4 commit 523c5adCopy full SHA for 523c5ad
.gitignore
@@ -0,0 +1 @@
1
+/node_modules
package.json
@@ -0,0 +1,16 @@
+{
2
+ "name": "angular-spa-auth",
3
+ "version": "0.3.0",
4
+ "devDependencies": {
5
+ "bower": "1.7.9",
6
+ "del": "2.2.0",
7
+ "gulp": "gulpjs/gulp#4.0",
8
+ "gulp-cache-bust": "1.0.2",
9
+ "gulp-concat": "2.6.0",
10
+ "gulp-cssmin": "0.1.7",
11
+ "gulp-if": "2.0.0",
12
+ "gulp-replace": "0.5.4",
13
+ "gulp-uglify": "1.5.3",
14
+ "minimist": "1.2.0"
15
+ }
16
+}
0 commit comments