diff --git a/component.json b/component.json new file mode 100644 index 0000000..de56e1c --- /dev/null +++ b/component.json @@ -0,0 +1,13 @@ +{ + "name": "rssi", + "version": "0.0.5", + "main": "rssi.js", + "description": "Ruby-like simple string interpolation", + "keywords": ["string", "interpolation", "format", "printf", "ruby"], + "homepage": "https://github.com/mvasilkov/rssi/", + "author": "Mark Vasilkov (https://github.com/mvasilkov)", + "license": "MIT", + "scripts": [ + "rssi.js" + ] +}