-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "bingosync",
"description": "Synchronous board display for SRL Bingo games",
"version": "0.4.0",
"private": true,
"scripts": {
"start": "nodemon app/app.coffee"
},
"dependencies": {
"bluebird": "^1.1.1",
"coffee-script": "~1.7.1",
"express": "3.x",
"jade": "0.x",
"jquery": "3.*",
"jsdom": "^9.8.0",
"less": "1.x",
"lodash": "*",
"node-yaml-config": "0.0.x",
"puppeteer": "^2.1.1",
"redis": "*",
"socket.io": "0.9.x"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-nodemon": "^0.2.1",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^0.4.0",
"node-sass": "^4.13.1",
"node-sass-css-importer": "0.0.3",
"nodemon": "^1.11.0"
}
}