diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 15:51:45 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 15:51:45 +1200 |
| commit | 0d5f9a0f5c9d70645a7911f3ef2c7bc17460ccbf (patch) | |
| tree | ce9e5e8f6dcece9cbea43e746082792a11b75de2 | |
| parent | 12812c1769c097263e2860b1e94e2c9e40f7b966 (diff) | |
*
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | package.json | 20 |
2 files changed, 1 insertions, 20 deletions
@@ -89,6 +89,7 @@ The theme file format is a SVG file. The [theme.js](https://github.com/hundredra - [Left](https://github.com/hundredrabbits/Left), writing tool. - [Dotgrid](https://github.com/hundredrabbits/Dotgrid), vector tool. - [Donsol](https://github.com/hundredrabbits/Donsol), card game. +- [Pico](https://github.com/hundredrabbits/Pico), programing language. This collection may also be used with [Tape](https://aeriform.itch.io/tape) by Aeriform. diff --git a/package.json b/package.json deleted file mode 100644 index f9d1e7c..0000000 --- a/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "themes", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node ." - }, - "repository": { - "type": "git", - "url": "git+https://github.com/hundredrabbits/Themes.git" - }, - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/hundredrabbits/Themes/issues" - }, - "homepage": "https://github.com/hundredrabbits/Themes#readme" -} |
