forked from rbkreisberg/QED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 837 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
{
"name": "qed",
"version": "0.0.0",
"description": "quod erat demonstrandum",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"brunch": "~1.4.2",
"express": "~3.0.0rc3",
"socket": "0.0.1",
"less-brunch": "~1.4.0",
"uglify-js-brunch": "~1.3.1",
"handlebars-brunch": ">= 1.0 < 1.4",
"javascript-brunch": "~1.3.0",
"css-brunch": "~1.3.0",
"auto-reload-brunch": "~1.3.2",
"clean-css-brunch": "~1.3.0",
"http-proxy": "~0.8.3"
},
"devDependencies": {
"jasmine-node": "~1.0.26",
"testacular": "~0.0.17"
},
"scripts": {
"test": "testacular test/testacular.config.js",
"start": "brunch watch -c config.coffee -s",
"watch": "brunch watch -c watch_config.coffee"
},
"repository": "",
"author": "",
"license": "MIT"
}