forked from UoBBadders/UoBBadders.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 885 Bytes
/
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
{
"name": "uobbadminton",
"version": "1.0.0",
"description": "UoB Badminton society website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UoBBadders/UoBBadminton.git"
},
"author": "Mike Christensen",
"license": "ISC",
"bugs": {
"url": "https://github.com/UoBBadders/UoBBadminton/issues"
},
"homepage": "https://github.com/UoBBadders/UoBBadminton#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-marked": "^1.2.2",
"angular-scroll": "^1.0.0",
"angular-ui-router": "^0.3.1",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-nodemon": "^0.4.2"
}
}