Commit e25e15ff8164b70cb654515bcb2137c0f884efab
1 parent
d08cfb5473
Exists in
master
add package.json
Showing 1 changed file with 23 additions and 0 deletions Side-by-side Diff
package.json
... | ... | @@ -0,0 +1,23 @@ |
1 | +{ | |
2 | + "name": "r97-aaa-pull-irc", | |
3 | + "version": "0.0.1", | |
4 | + "description": "Broadcast ST24 AAA-PULL to IRC", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:reload97/r97-aaa-pull-irc.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "r97", | |
15 | + "st24", | |
16 | + "ppob" | |
17 | + ], | |
18 | + "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | |
19 | + "license": "BSD", | |
20 | + "dependencies": { | |
21 | + "ini": "~1.3.4" | |
22 | + } | |
23 | +} |