forked from zmwarren/forePlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.9 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.9 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "foreplay",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "npm run lint",
"clean": "rimraf static",
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"postinstall": "webpack --config ./webpack.config.prod.js --progress --colors",
"start": "node server",
"lint": "eslint config models routes server.js",
"deploy": "npm run build && modulus deploy --project-name foreplay"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Montana-Code-School/forePlay.git"
},
"author": "Zach Falen, Zach Warren",
"license": "MIT",
"bugs": {
"url": "https://github.com/Montana-Code-School/forePlay/issues"
},
"homepage": "https://github.com/Montana-Code-School/forePlay#readme",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.2",
"babel-plugin-react-transform": "^1.1.1",
"chokidar": "^1.2.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "^1.0.2",
"eslint-plugin-react": "^2.3.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1",
"rimraf": "^2.4.3",
"webpack": "^1.9.6",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
},
"dependencies": {
"axios": "^0.7.0",
"babel": "^5.8.20",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"classnames": "^2.1.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"css-loader": "^0.15.6",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"emailjs": "^1.0.1",
"eslint": "^1.10.3",
"express": "^4.13.3",
"express-session": "^1.11.3",
"file-loader": "^0.8.4",
"flux": "^2.0.3",
"fullcalendar": "^2.5.0",
"history": "^1.14.0",
"instagram-node-lib": "^0.1.1",
"lodash": "^3.10.1",
"material-ui": "^0.13.4",
"md5": "^2.0.0",
"method-override": "^2.3.5",
"mongodb": "^2.0.46",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.1.11",
"morgan": "^1.6.1",
"ms": "^0.7.1",
"node-sass": "^3.4.2",
"nodemailer": "0.7.1",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.11.14",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"react-gmaps": "^1.2.0",
"react-router": "^1.0.1",
"react-share": "^1.4.0",
"react-simple-pie-chart": "^0.2.2",
"react-stickydiv": "^3.4.17",
"react-tap-event-plugin": "^0.2.1",
"rquery": "^3.1.0",
"sass-loader": "^1.0.4",
"style-loader": "^0.12.3",
"superagent": "^1.4.0",
"toastr": "^2.1.2",
"twilio": "^2.7.0",
"twit": "^2.1.1",
"url-loader": "^0.5.6",
"webpack": "^1.9.6"
}
}