-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
{
"name": "g4p-iat-web",
"version": "0.0.1",
"description": "Games for Peace IAT",
"repository": "https://github.com/gilnahmias/G4P.Face",
"private": true,
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"pretest": "npm install",
"test": "karma start ./config/karma.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
},
"description": "g4p-iat-web",
"author": {
"name": "Gil Nahmias",
"email": "[email protected]"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"jade": "~1.6.0",
"stylus": "0.42.3",
"bootstrap": "^3.2.0",
"react": "^0.11.2",
"react-router": "^0.7.0"
},
"devDependencies": {
"biff": "0.x",
"browser-sync": "^1.5.1",
"del": "^0.1.3",
"jquery": "2.x",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.1",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-concat": "2.x",
"gulp-csscomb": "^3.0.2",
"gulp-gh-pages": "^0.3.4",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-css": "^0.3.10",
"gulp-plumber": "^0.6.5",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "1.x",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint": "^2.5.6",
"jshint-loader": "^0.8.0",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.11.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.2.2",
"merge-stream": "^0.1.5",
"minimist": "^1.1.0",
"protractor": "^1.3.0",
"psi": "^0.1.2",
"run-sequence": "^0.3.7",
"url-loader": "^0.5.5",
"webpack": "^1.4.3",
"webpack-dev-server": "^1.6.5",
"typescript-loader": "1.x",
"gulp-typescript": "2.x",
"merge2": "0.x"
}
}