-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "tedxkmutt-mitm",
"version": "1.0.0",
"description": "TEDxKMUTT's official website - Man In the Mirror",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Th1nkK1D/TEDxKMUTT-MITM.git"
},
"author": "Withee Poositasai, Jirachai Chansivanon, Kanisorn Sutham",
"license": "ISC",
"bugs": {
"url": "https://github.com/Th1nkK1D/TEDxKMUTT-MITM/issues"
},
"homepage": "https://github.com/Th1nkK1D/TEDxKMUTT-MITM#readme",
"dependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"browser-sync": "^2.14.0",
"ejs": "^2.5.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"jquery.ui.touch": "0.0.1",
"morgan": "^1.7.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"gulp-imagemin": "^3.0.3"
}
}