Skip to content

Commit 523c5ad

Browse files
committed
adding package.json
1 parent a45abb4 commit 523c5ad

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
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

Comments
 (0)