forked from xiph/awcy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 KB
/
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
44
{
"name": "awcy",
"version": "1.0.0",
"description": "Are We Compressed Yet?",
"main": "awcy_server.js",
"scripts": {
"generate_list": "./node_modules/.bin/tsc generate_list.ts; node generate_list.js",
"tsc": "./node_modules/.bin/tsc",
"webpack": "cd www; npm run build-release; cd ..",
"start": "npm run tsc; npm run webpack; node awcy_server.js"
},
"dependencies": {
"@types/aws-sdk": "0.0.42",
"@types/body-parser": "0.0.33",
"@types/cookie-parser": "^1.3.29",
"@types/es6-promise": "0.0.32",
"@types/express": "^4.0.31",
"@types/fs-extra": "0.0.37",
"@types/irc": "^0.3.32",
"@types/node": "^6.0.34",
"@types/request": "0.0.39",
"aws-sdk": "^2.5.1",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"fs-extra": "^2.0.0",
"irc": "^0.5.2",
"glob": "^7.1.2",
"request": "^2.74.0",
"sqlite3": "^3.1.8",
"typescript": "^2.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tdaede/awcy.git"
},
"author": "Thomas Daede <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdaede/awcy/issues"
},
"homepage": "https://github.com/tdaede/awcy#readme"
}