-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
41 lines (41 loc) · 1021 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
35
36
37
38
39
40
41
{
"name": "schemebeam",
"version": "1.0.0",
"description": "Open source viral marketing tool",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeremy Barbe",
"license": "ISC",
"dependencies": {
"axios": "^0.15.2",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"d3": "^3.5.17",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fs": "0.0.1-security",
"history": "^4.4.0",
"md5": "^2.2.1",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"rd3": "^0.7.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"sendgrid": "^4.7.1"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"install": "^0.8.1",
"npm": "^3.10.7",
"webpack": "^1.12.12",
"webpack-node-externals": "^1.4.3"
}
}