-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.27 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
49
{
"name": "InterTwinkles",
"version": "0.6.0",
"description": "Web application for group collaboration and decision making",
"scripts": {
"start": "bin/run.js",
"test": "mocha -R spec --compilers coffee:coffee-script --timeout 40000 test/*.spec.coffee plugins/*/test/*.spec.coffee",
"postinstall": "bin/install_dependencies.py config secrets assets selenium"
},
"repository": {
"type": "git",
"url": "https://github.com/yourcelf/intertwinkles.git"
},
"author": "Charlie DeTar",
"dependencies": {
"coffee-script": "~1.6",
"sockjs": "0.3.7",
"underscore": "~1",
"canvas": "~1",
"connect-redis": "~1",
"express": ">=3.4.4 <3.5",
"connect": "~2",
"connect-flash": "~0",
"multiparty": "~3.1",
"imagemagick": "~0",
"jade": "~0",
"marked": "~0",
"mongoose": "~3.6",
"node-uuid": "*",
"async": "~0",
"solr-client": "~0",
"log4js": "~0",
"emailjs": "~0",
"simplesmtp": "~0",
"mailparser": "~0",
"snockets": "~1.3",
"etherpad-lite-client": "~0",
"better-stack-traces": "~1",
"yaac": ">=0.2.1",
"nodemailer": "*"
},
"devDependencies": {
"mocha": "~1",
"expect.js": "~0.2",
"sockjs-client": "*",
"libxmljs": "*",
"selenium-webdriver": "*"
}
}