-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
30
31
{
"name": "sanim-kit",
"version": "1.0.0",
"description": "A Javascript library for performing simulations and animations on a HTML5 canvas",
"main": "sanim.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nolwac/sanim-kit.git"
},
"keywords": [
"Sanim",
"Sanim-Kit",
"Xandra",
"Python Turtle graphics in JavaScript",
"JavaScript 2d graphics library" "Nwafor",
"Livinus", "Anayo", "Simulation",
"Animation", "HTML5 Canvas library",
"JavaScript Games", "browser games",
"web games",
"simulation on browser"
],
"author": "Nwafor Livinus Anayo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nolwac/sanim-kit/issues"
},
"homepage": "https://sanim.nwafor.org"
}