Fix old project name.
[rrr.git] / package.json
1 {
2 "name": "rrr",
3 "version": "1.0.0",
4 "author": "Joe Wreschnig",
5 "description": "recursive random rewrites",
6 "keywords": ["random", "text"],
7
8 "license": "GPL-2.0+",
9
10 "main": "./rrr.js",
11
12 "scripts": {
13 "test": "make check"
14 },
15
16 "homepage": "https://yukkurigames.com/rrr",
17 "repository": {
18 "type": "git",
19 "url": "http://git.yukkurigames.com/rrr.git"
20 },
21
22 "devDependencies": {
23 "jstest": "*",
24 "jshint": "*",
25 "uglify-js": "*"
26 }
27 }