Improve demo.
[string-lerp.git] / package.json
1 {
2 "name": "string-lerp",
3 "version": "1.0.0",
4 "author": "Joe Wreschnig",
5 "description": "progressively turn one string into another",
6 "keywords": ["string", "tween", "interpolate"],
7
8 "license": "GPL-2.0+",
9
10 "main": "./string-lerp.js",
11
12 "scripts": {
13 "test": "make check"
14 },
15
16 "homepage": "http://yukkurigames.com/string-lerp",
17 "repository": {
18 "type": "git",
19 "url": "http://git.yukkurigames.com/string-lerp.git"
20 },
21
22 "devDependencies": {
23 "jstest": "*",
24 "jshint": "*",
25 "uglify-js": "*"
26 }
27 }