-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Angular-Authentication-Starter",
"version": "1.0.0",
"description": "AngularJS starter app with Ruby on Rails authentication through the Devise gem.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/goodbomb/angular-authentication-starter"
},
"authors": "Ben Scott <[email protected]>",
"private": false,
"browserify": {
"transform": [
"html2js-browserify",
"debowerify"
]
},
"browser": {},
"devDependencies": {
"browserify": "^4.1.11",
"browserify-shim": "^3.6.0",
"debowerify": "^0.7.1",
"express": "^4.4.5",
"gulp": "^3.8.6",
"gulp-autoprefixer": "^0.0.8",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-jshint": "^1.6.4",
"gulp-less": "^1.3.3",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.3.1",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.1.5",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.20",
"html2js-browserify": "^0.0.2",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.19",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"proxy-middleware": "^0.5.0",
"run-sequence": "^0.3.6",
"url": "^0.10.1",
"vinyl-buffer": "^0.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2"
},
"dependencies": {
"gulp": "^3.8.6"
}
}