-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
{
"name": "FTravel",
"version": "0.1.0",
"description": "Travel Products Booking Application",
"main": "./bin/www",
"dependencies": {
"async": "^1.4.0",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"css-loader": "^0.15.1",
"debug": "^2.2.0",
"ejs": "^2.3.1",
"express": "^4.12.4",
"lodash": "^3.10.0",
"moment": "^2.10.3",
"mongodb": "^2.0.49",
"morgan": "^1.5.3",
"node-libs-browser": "^0.5.2",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-addons-pure-render-mixin": "^0.14.3",
"react-dom": "^0.14.3",
"serve-favicon": "^2.2.1"
},
"devDependencies": {
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint-plugin-react": "^3.11.3",
"extract-text-webpack-plugin": "^0.8.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"mocha": "^2.2.5",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"style-loader": "^0.12.3",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Deathsteps/FTravel.git"
},
"keywords": [
"Travel",
"SPA",
"Reactjs",
"Expressjs"
],
"author": "Deathsteps",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deathsteps/FTravel/issues"
},
"homepage": "https://github.com/Deathsteps/FTravel"
}