-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "beachvollleyball-results",
"description": "Live results",
"version": "0.0.1",
"private": true,
"main": "app.js",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bootstrap": "^3.3.1",
"coveralls": "^2.11.2",
"css-loader": "^0.9.0",
"del": "^1.1.0",
"envify": "~1.2.1",
"express": "4.x",
"file-loader": "^0.8.1",
"gulp": "3.8.10",
"gulp-istanbul": "^0.5.0",
"gulp-mocha": "~0.5.x",
"gulp-util": "^3.0.1",
"gulp-webpack": "^1.1.2",
"jsx-loader": "^0.12.2",
"jsxcs": "^0.2.1",
"react": "^0.12.1",
"react-bootstrap": "^0.13.0",
"react-tap-event-plugin": "^0.1.3",
"reactify": "0.17.1",
"should": "^4.4.1",
"sinon": "^1.12.2",
"style-loader": "^0.8.2",
"vinyl-source-stream": "1.0.0",
"webpack": "^1.4.15",
"webpack-dev-server": "^1.7.0"
},
"scripts": {
"pretest": "jsxcs --preset airbnb src/js/**",
"test": "gulp test",
"posttest": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || rm -rf ./coverage",
"prestart": "gulp build",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nvbf/beachvollleyball-results"
}
}