-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "backstrok.es",
"description":
"A Web Application, written in Node.js, containing a collection of social media questions I've had that I want to answer.",
"version": "0.0.2",
"author": "Clint Andrew Hall <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/clintandrewhall/backstrok.es"
},
"bin": "./server.js",
"scripts": {
"start":
"browserify -t [reactify --es6] public/scripts/index.js -o public/scripts/bundle.js && node server.js"
},
"dependencies": {
"async": "^1.0.0",
"babel": "^5.5.5",
"body-parser": "^1.12.4",
"browserify": "^9.0.4",
"classnames": "^2.1.2",
"connect": "^3.3.5",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.3.5",
"dotenv": "^5.0.1",
"ejs": "^2.3.1",
"ender": "^2.1.1",
"es6ify": "^1.6.0",
"express": "^4.12.4",
"express-react-views": "^0.8.1",
"express-session": "^1.11.2",
"moment": "^2.10.3",
"node-foursquare": "^0.3.0",
"react": "^0.13.3",
"react-engine": "^1.6.0",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"relative-date": "^1.1.2",
"require-globify": "^1.2.1",
"underscore": "^1.8.3",
"winston": "^1.0.0"
},
"subdomain": "backstrokes",
"engines": {
"node": "9.8.x"
}
}