forked from misterhat/captmoose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 758 Bytes
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
{
"name": "captmoose",
"version": "0.2.0",
"description": "A web-app and IRC bot to create pictures.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-js": "browserify browser/app.js > browser/app.bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/misterhat"
},
"keywords": [
"irc",
"colours",
"moose"
],
"author": "Mister Hat <misterhat144@gmail.com>",
"license": "AGPLv3",
"dependencies": {
"body": "^5.1.0",
"flood-fill": "^0.1.1",
"irc": "^0.4.1",
"irc-colors": "^1.2.1",
"mercury": "^14.1.0",
"ndarray": "^1.0.18",
"nedb": "^1.8.0",
"routes": "^2.1.0",
"st": "^1.1.0",
"xhr": "^2.2.0"
}
}