-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "voting-client",
"version": "1.0.0",
"description": "A client for lunch voting",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/test_helpers.js 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambda-kollektiv/voting-client.git"
},
"keywords": [
"recommender",
"lunch",
"voting",
"javascript",
"react",
"redux"
],
"author": "kordano",
"license": "ISC",
"bugs": {
"url": "https://github.com/lambda-kollektiv/voting-client/issues"
},
"homepage": "https://github.com/lambda-kollektiv/voting-client#readme",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"chai": "^3.3.0",
"chai-immutable": "^1.3.0",
"jsdom": "^6.5.1",
"mocha": "^2.3.3",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
},
"dependencies": {
"immutable": "^3.7.5",
"material-design-lite": "^1.0.5",
"react": "^0.13.3",
"react-redux": "^3.0.1",
"react-router": "^0.13.3",
"redux": "^3.0.2",
"socket.io-client": "^1.3.7"
}
}