-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
48 lines (48 loc) · 1.19 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": "superscript-editor",
"version": "0.1.7",
"description": "A community editor for creating Chatter bots with SuperScript",
"main": "app.js",
"scripts": {
"start": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rob Ellis",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/silentrob/superscript-editor/master/LICENSE"
}
],
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.11.0",
"compression": "^1.4.0",
"config": "^1.10.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"csurf": "^1.6.6",
"cytoscape": "^2.4.1",
"express": "^4.11.2",
"jade": "^1.9.1",
"method-override": "^2.3.1",
"mongoose": "~3.8.22",
"mongoose-findorcreate": "^0.1.2",
"morgan": "^1.5.1",
"multer": "^0.1.7",
"sfacts": "0.0.9",
"slack-client": "^1.4.0",
"socket.io": "^1.3.3",
"superscript": "latest",
"underscore": "^1.7.0",
"view-helpers": "^0.1.5",
"winston": "^1.0.0",
"debug": "^2.1.2",
"moment": "^2.9.0",
"request": "^2.53.0",
"roman-numerals": "^0.3.2"
},
"devDependencies": {
}
}