forked from Cartographic-Coriander/UI-Analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ui-analyzer",
"version": "1.0.0",
"description": "Track user behavior, receive feedback and optimize your website's UI/UX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jotakwak/UI-Analyzer.git"
},
"author": "Egan Tamashiro, Maximo Cudich-Sieburger, Youngjun Kwak",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cartographic-Coriander/UI-Analyzer"
},
"homepage": "https://github.com/jotakwak/UI-Analyzer#readme",
"dependencies": {
"axios": "^0.9.1",
"bcrypt-node": "^0.1.0",
"bluebird": "^3.1.2",
"body-parser": "^1.14.2",
"connect-ensure-login": "^0.1.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"http-proxy-middleware": "^0.10.0",
"jwt-simple": "^0.4.1",
"mkdirp": "^0.5.1",
"morgan": "^1.6.1",
"mysql": "^2.10.2",
"nodemailer": "^2.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.6",
"react-heatmap": "^1.0.6",
"react-redux": "^4.1.2",
"react-router": "^2.0.0",
"react-router-redux": "^3.0.0",
"react-sanfona": "0.0.8",
"redux": "^3.1.7",
"redux-form": "^4.1.5",
"redux-thunk": "^1.0.3",
"sequelize": "^3.18.0",
"webshot": "^0.17.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"babel": {
"presets": [
"es2015",
"react"
]
}
}