forked from alakajam-team/alakajam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
45
46
47
48
{
"name": "we-jam",
"version": "0.0.0",
"description": "Game jam system",
"main": "meadowlark.js",
"scripts": {
"start": "node wejam.js",
"debug": "node-debug wejam.js",
"watch": "browser-refresh wejam.js",
"docs": "jsdoc -c jsdoc.json -d docs -r core models services controllers wejam.js",
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/mkalam-alami/we-jam.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mkalam-alami/issues"
},
"dependencies": {
"bookshelf": "^0.10.2",
"bookshelf-cascade-delete": "^2.0.1",
"bookshelf-uuid": "^1.0.0",
"cookies": "^0.7.0",
"express": "^4.14.0",
"express-nunjucks": "^2.1.2",
"formidable": "^1.1.1",
"knex": "^0.12.6",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"nunjucks": "^3.0.0",
"pg": "^6.1.2",
"postcss-cssnext": "^2.9.0",
"postcss-middleware": "^1.1.2",
"promisify-node": "^0.4.0",
"random-key": "^0.3.2",
"showdown": "^1.6.4",
"sqlite3": "^3.1.8",
"winston": "^2.3.0"
},
"devDependencies": {
"browser-refresh-client": "^1.1.4",
"jsdoc-strip-async-await": "^0.1.0",
"mocha": "^3.3.0",
"rimraf": "^2.6.1"
}
}