forked from DFID/devtracker-from-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 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
29
{
"name": "devtracker-from-api",
"version": "1.0.0",
"description": "This repository is to support the redevelopment of Development Tracker using the OIPA open public API instead of the more complex data back-end used in the orginal DevTracker.",
"main": "devtracker.rb",
"directories": {
"test": "test"
},
"scripts": {
"test": "."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DFID/devtracker-from-api.git"
},
"keywords": [
"GDS",
"DFID"
],
"author": "Open Data Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/DFID/devtracker-from-api/issues"
},
"homepage": "https://github.com/DFID/devtracker-from-api#readme",
"dependencies": {
"govuk-frontend": "^3.10.2"
}
}