-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "WhatChampShouldIChoose",
"version": "1.0.0",
"description": "League of Legends Champion Select",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/brianacnguyen/whatchampshouldichoose.git"
},
"author": "Brian Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/brianacnguyen/whatchampshouldichoose/issues"
},
"homepage": "https://github.com/brianacnguyen/whatchampshouldichoose#readme",
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.8",
"angular-aria": "^1.4.8",
"angular-material": "^1.0.1",
"angular-route": "^1.4.7",
"async": "^1.5.0",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"express": "^4.13.3",
"express-partials": "^0.3.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"jquery": "^2.1.4",
"league-api": "^1.0.2",
"mongoose": "^4.2.6",
"morgan": "^1.6.1",
"path": "^0.12.7",
"requirejs": "^2.1.20",
"superagent": "^1.4.0",
"underscore": "^1.8.3"
}
}