-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 898 Bytes
/
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
{
"name": "tilerthecreator",
"version": "1.0.0",
"description": "A Simple utility library to make working with Tactile.js simpler for people who want to Tile something quickly.",
"type": "module",
"scripts": {
"install": "napa isohedral/tactile-js",
"test": "node --experimental-modules testTiler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryanrasmussen/TilerTheCreator.git"
},
"keywords": [
"Tiling"
],
"author": "Bryan Rasmussen",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bryanrasmussen/TilerTheCreator/issues"
},
"homepage": "https://github.com/bryanrasmussen/TilerTheCreator#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.2"
},
"dependencies": {
"tactile-js": "^1.0.0"
}
}