-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "major-golf",
"version": "0.1.0",
"description": "Fantasy Golf tracker",
"main": "server.js",
"dependencies": {
"babel-core": "^6.11.4",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gulp": "^3.9.1",
"mongoose": "^4.6.3",
"mongoose-autopopulate": "^0.4.0",
"mongoose-timestamp": "^0.6.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.6.2",
"socket.io": "^1.5.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-order": "^1.1.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredmpeterson/major-golf.git"
},
"author": {
"name": "Jared M. Peterson",
"email": "[email protected]",
"url": "http://www.jaredmpeterson.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jaredmpeterson/major-golf/issues"
},
"homepage": "https://github.com/jaredmpeterson/major-golf#readme"
}