forked from travel-consensus/travel-consensus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
48
49
50
51
52
53
54
{
"name": "node-catapult",
"version": "1.0.0",
"description": "A rapid project starter for node and browserify.",
"main": "server/index.js",
"scripts": {
"start": "nodemon server/ --ignore client/"
},
"author": "Gilbert <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.2.2",
"body-parser": "^1.14.1",
"browserify-middleware": "^5.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.12.4",
"express-session": "^1.13.0",
"knex": "^0.10.0-rc1",
"knex-cleaner": "^1.1.1",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.4.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"reactify": "^1.1.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"ramda": "^0.19.1",
"supertest": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mindeavor/node-catapult"
},
"keywords": [
"boilerplate",
"browserify",
"express"
],
"bugs": {
"url": "https://github.com/mindeavor/node-catapult/issues"
},
"homepage": "https://github.com/mindeavor/node-catapult"
}