-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
43 lines (43 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "koko",
"version": "0.2.1",
"description": "Yet another IRC client for me and you",
"author": "Jun <me@noraesae.net>",
"contributors": [
{
"name": "Hyunje Alex Jun",
"email": "me@noraesae.net"
}
],
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/KokoIRC/koko.git"
},
"bugs": {
"url": "https://github.com/KokoIRC/koko/issues"
},
"keywords": [
"irc",
"electron"
],
"license": "MIT",
"dependencies": {
"irc": "git://github.com/noraesae/irc",
"js-yaml": "^3.3.1",
"moment": "^2.10.3",
"normalize.css": "^3.0.2",
"react": "^0.13.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"asar": "^0.6.1",
"browserify": "^9.0.3",
"electron-prebuilt": "^0.31.2",
"less": "^2.4.0",
"typescript": "^1.6.0-dev.20150815"
},
"scripts": {
"test": "make"
}
}