-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "node-timelord",
"version": "0.0.0",
"private": true,
"description": "NodeJS implementation of Timelord",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/UniversityRadioYork/node-timelord.git"
},
"keywords": [
"timelord"
],
"author": "Chris Taylor <christhebaron@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/UniversityRadioYork/node-timelord/issues"
},
"homepage": "https://github.com/UniversityRadioYork/node-timelord#readme",
"dependencies": {
"bootstrap": "^3.3.5",
"findup-sync": "^5.0.0",
"flightplan": "^0.6.13",
"grunt": "^1.6.1",
"grunt-auto-install": "^0.3.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2",
"jquery": "^3.3.1",
"liftoff": "^3.1.0",
"moment": "^2.24.0",
"npm": "^10.4.0",
"sass": "^1.49.9",
"serve-static": "^1.13.2"
},
"devDependencies": {
"flightplan": "^0.6.13"
}
}