X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=package.json;fp=package.json;h=a16e524df8dea37998b29d43ee153c69665ab1f8;hp=0000000000000000000000000000000000000000;hb=0e8c216ff3039c994a86f423cf66b60f162d0298;hpb=34182258ce91e32a350ce252a29cc73c06795089 diff --git a/package.json b/package.json new file mode 100644 index 0000000..a16e524 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "string-lerp", + "version": "1.0.0", + "author": "Joe Wreschnig", + "description": "progressively turn one string into another", + "keywords": ["string", "tween", "interpolate"], + + "license": "GPL-2.0+", + + "main": "./string-lerp.js", + + "scripts": { + "test": "make check" + }, + + "homepage": "http://yukkurigames.com/string-lerp", + "repository": { + "type": "git", + "url": "http://git.yukkurigames.com/string-lerp.git" + }, + + "devDependencies": { + "jstest": "*", + "jshint": "*", + "uglify-js": "*" + } +}