-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.02 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
{
"dependencies": {
"@easepick/bundle": "^1.2.1",
"nunjucks": "^3.2.4"
},
"name": "single-portal-prototype",
"description": "This is a frontend prototype built to test a single sign-on (SSO) portal where users can access core Sport Wales services. This is a **beta** test built and not to be treated as a final Sport Wales product. [View the live deployed site](https://anselmpowell.github.io/single-portal-prototype/).",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node js/nunjucks.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnselmPowell/single-portal-prototype.git"
},
"keywords": [
"sport",
"wales",
"government"
],
"author": "Sport Wales",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnselmPowell/single-portal-prototype/issues"
},
"homepage": "https://github.com/AnselmPowell/single-portal-prototype#readme"
}