-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.36 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
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
{
"name": "SimplePaas",
"version": "0.1.0",
"description": "SimplePaas: make your orchestration more easier...",
"author": "thangchung",
"license": "MIT",
"devDependencies": {
"babelify": "^6.1.1",
"browserify": "^10.2.1",
"chalk": "~0.5",
"connect-multiparty": "^1.2.5",
"cors": "^2.7.1",
"del": "^1.2.0",
"express-jwt": "^3.0.1",
"flux": "^2.0.3",
"gulp": "^3.8.7",
"gulp-bower": "0.0.10",
"gulp-connect": "^2.2.0",
"gulp-sass": "^2.0.1",
"gulp-util": "^3.0.4",
"jquery": "^2.1.4",
"jsonwebtoken": "^5.0.1",
"jwt-decode": "^1.1.1",
"node-uuid": "^1.4.3",
"object-assign": "^2.0.0",
"react-bootstrap": "^0.22.6",
"react-loader": "^1.2.0",
"react-mixin": "^1.3.1",
"react-router": "^0.13.3",
"react-select": "^0.4.9",
"reactify": "^1.1.1",
"require-dir": "^0.3.0",
"superagent": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"scripts": {
"dev": "./node_modules/.bin/gulp --type dev",
"start": "./node_modules/.bin/babel-node ./server.js",
"build": "./node_modules/.bin/gulp run",
"deploy": "./node_modules/.bin/gulp deploy",
"initDb": "./node_modules/.bin/babel-node ./initDb.js"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"async": "^1.0.0",
"babel": "^5.4.5",
"babel-core": "^5.4.5",
"babel-loader": "^5.1.3",
"body-parser": "^1.12.4",
"compression": "^1.4.4",
"connect-flash": "^0.1.1",
"consolidate": "^0.12.1",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"event-stream": "^3.3.1",
"express": "^4.12.4",
"fs": "0.0.2",
"glob": "~4.0.5",
"gulp-nodemon": "^2.0.3",
"helmet": "^0.9.0",
"htmling": "0.0.7",
"http": "0.0.0",
"lodash": "^3.9.1",
"material-ui": "^0.7.5",
"material-ui-sass": "^0.7.5",
"method-override": "^2.3.3",
"morgan": "^1.5.3",
"node-libs-browser": "^0.5.0",
"node-sass": "^3.1.2",
"path": "^0.11.14",
"react": "^0.13.3",
"react-tap-event-plugin": "^0.1.6",
"react-tools": "^0.13.3",
"rename": "^1.0.3",
"rethinkdb": "^2.0.0-1",
"swig": "^1.4.2",
"walrus": "^0.10.1"
}
}