-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.18 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.18 KB
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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"animejs": "^3.2.1",
"axios": "^0.21.1"
},
"name": "fg-assignment-01",
"description": "Assignment 1 Project <h1>Strategy</h1> <p>Targeted audience are elementary level students (ie. Lower Primary School Students) or students that are just introduced into the 4 basic mathematical operations. This is to exercise and train on the mathematical skill set of the user in both quick-thinking and working underpressure. The attractive and bright pixel art along with the cheerful and catchy music appeals to the intended demographic, inciting them to use the application often. Perhaps even inciting competitiveness between their peers with the built in high-score system.<p>",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ItsStillRyan/FG-Assignment-01.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ItsStillRyan/FG-Assignment-01/issues"
},
"homepage": "https://github.com/ItsStillRyan/FG-Assignment-01#readme"
}