-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 992 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": "cslicer-cloud",
"version": "0.1.0",
"description": "Web-based framework for semantic history slicing.",
"main": "serve.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://bitbucket.org/cslicer/cslicer-node.git"
},
"private": true,
"author": "Yi Li",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.3",
"command-line-args": "^4.0.7",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"git-flow-vis": "github:liyistc/git-flow-vis#develop",
"github": "^9.3.1",
"mustache": "^2.3.2",
"mustache-express": "^1.2.6",
"mysql2": "^1.5.3",
"nodegit": "^0.26.1",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"sequelize": "^4.37.8",
"sequelize-cli": "^5.5.0",
"tmp": "0.0.33"
}
}