-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
{
"name": "practice-tracker",
"version": "1.0.0",
"description": "Application for tracking and assisting in daily music practice.",
"main": "server.js",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-route": "^1.6.1",
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.5",
"browsernizr": "^2.1.0",
"cloudinary": "^1.6.0",
"cookie-parser": "^1.4.3",
"del": "^2.2.2",
"ejs": "^2.5.5",
"errorhandler": "^1.5.0",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.2",
"express": "^4.14.0",
"factor-bundle": "^2.5.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.0.0",
"gulp-scss-lint": "^0.4.0",
"gulp-scss-lint-stylish": "^1.0.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.2.1",
"mkdirp": "^0.5.1",
"mongoose": "^4.7.2",
"morgan": "^1.7.0",
"nodemailer": "^2.7.0",
"nodemon": "^1.11.0",
"request": "^2.79.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"systemjs": "0.19.41",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://bsdyer@bitbucket.org/bsdyer/practice-tracker.git"
},
"keywords": [
"Music Practice Tracking"
],
"author": "bsdyer@gmail.com",
"license": "ISC"
}