-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"devDependencies": {
"gulp-load-plugins": "~1.0.0",
"gulp-rename": "~1.2.2",
"q": "~1.4.1",
"method-override": "~2.3.5",
"event-stream": "~3.3.2",
"shelljs": "~0.5.3",
"jshint-stylish": "~2.0.1",
"gulp-order": "~1.1.1",
"body-parser": "~1.14.1",
"del": "~2.0.2",
"express": "~4.13.3",
"gulp-sourcemaps": "~1.6.0",
"gulp-htmlmin": "~1.2.0",
"gulp-concat": "~2.6.0",
"gulp-livereload": "~3.8.1",
"gulp-uglify": "~1.4.2",
"gulp-nodemon": "~2.0.4",
"gulp-minify-css": "~1.2.1",
"gulp-inject": "~3.0.0",
"gulp-print": "~2.0.1",
"main-bower-files": "~2.9.0",
"karma": "~0.13.11",
"gulp-jshint": "~1.11.2",
"karma-junit-reporter": "~0.3.7",
"gulp-htmlhint": "~0.3.0",
"gulp-angular-filesort": "~1.1.1",
"bower": "~1.6.3",
"gulp-ng-html2js": "~0.2.0",
"gulp": "~3.9.0",
"gulp-sass": "~2.0.4",
"protractor": "~2.5.1"
},
"name": "uke-songbook",
"description": "Uke Songbook",
"version": "0.0.1",
"main": "gulpfile.js",
"dependencies": {
"body-parser": "~1.14.1",
"bower": "~1.6.3",
"cookie-parser": "~1.4.0",
"debug": "~2.2.0",
"del": "~2.0.2",
"dotenv": "^1.2.0",
"ejs": "~2.3.4",
"event-stream": "~3.3.2",
"express": "~4.13.3",
"gulp": "~3.9.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-bower": "~0.0.10",
"gulp-concat": "~2.6.0",
"gulp-express": "~0.3.5",
"gulp-google-webfonts": "0.0.6",
"gulp-htmlhint": "~0.3.0",
"gulp-htmlmin": "~1.2.0",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~1.11.2",
"gulp-livereload": "~3.8.1",
"gulp-load-plugins": "~1.0.0",
"gulp-minify-css": "~1.2.1",
"gulp-ng-html2js": "~0.2.0",
"gulp-nodemon": "~2.0.4",
"gulp-notify": "~2.2.0",
"gulp-order": "~1.1.1",
"gulp-print": "~2.0.1",
"gulp-rename": "~1.2.2",
"gulp-ruby-sass": "~2.0.4",
"gulp-sass": "~2.0.4",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.4.2",
"jshint-stylish": "~2.0.1",
"karma": "~0.13.11",
"karma-junit-reporter": "~0.3.7",
"main-bower-files": "~2.9.0",
"method-override": "~2.3.5",
"mongodb": "~2.0.46",
"mongoose": "~4.2.2",
"morgan": "~1.6.1",
"protractor": "~2.5.1",
"q": "~1.4.1",
"serve-favicon": "~2.3.0",
"passport-facebook": "~2.0.0",
"passport": "~0.3.0",
"socket.io": "~1.3.7"
},
"scripts": {
"postinstall": "bower install && gulp",
"start": "node ./server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:colares/uke-songbook.git"
},
"author": "É Nozes na Brita!",
"license": "Creative Commons Attribution Share Alike 4.0"
}