-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (36 loc) · 1023 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
{
"author": "Dag-Inge Aas",
"name": "comoyo-remote",
"description": "Comoyo Remote",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/dagingaa/comoyo-remote"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"scripts": {
"start": "brunch watch --server"
},
"dependencies": {
"javascript-brunch": "> 1.0 < 1.5",
"coffee-script-brunch": "> 1.0 < 1.5",
"css-brunch": "> 1.0 < 1.5",
"stylus-brunch": "> 1.0 < 1.5",
"handlebars-brunch": "> 1.0 < 1.5",
"uglify-js-brunch": "> 1.0 < 1.5",
"clean-css-brunch": "> 1.0 < 1.5",
"coffeelint-brunch": "0.1.0",
"coffee-script": ">= 1.3.3",
"express": ">= 3.0.0rc2",
"socket.io": ">= 0.9.9",
"auto-reload-brunch": "> 1.0 < 1.5",
"validator": "0.4.13"
},
"devDependencies": {
"mocha": "0.14.0",
"expect.js": "0.1.2",
"ws": "0.4.21"
}
}