-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 Bytes
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
{
"name": "traindelayed",
"version": "1.0.0",
"description": "traindelayed\r ======================\r Shows Rail Delays using the API from @ https://github.com/blueghostuk/trainnotifier-server",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/blueghostuk/traindelayed.git"
},
"author": "Michael Pritchard",
"license": "GPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/blueghostuk/traindelayed/issues"
},
"homepage": "https://github.com/blueghostuk/traindelayed#readme",
"devDependencies": {
"typescript": "^1.7.5",
"typings": "^0.6.6"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.0",
"knockout": "^3.4.0",
"moment": "^2.11.2",
"typeahead.js": "^0.11.1"
}
}