-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "VoteIT",
"version": "0.0.0",
"description": "A voting system for student Division Meeting(Student möte).",
"main": "index.js",
"scripts": {
"postinstall": "gulp",
"start": "node app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/cthit/VoteIT.git"
},
"keywords": [
"Voting",
"Chalmers"
],
"author": "digIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/cthit/VoteIT/issues"
},
"engines": {
"node": "11"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"body-parser": "^1.14.1",
"browserify": "^12.0.1",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-ws": "^1.0.0-rc.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-babel": "^5.2.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"lodash": "~4.15.0",
"memory-store": "0.0.1",
"random-js": "^1.0.6",
"react": "~15.3.1",
"react-dom": "~15.3.1",
"react-popout": "~0.5.3",
"react-router": "~2.7.0",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"jest-cli": "^25.1.0"
}
}