-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 920 Bytes
/
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
{
"name": "MMT-Table-Tennis",
"version": "0.0.1",
"description": "Leaderboard for the MMT Digital table tennis league",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.0",
"gulp-minify-css": "^0.4.5",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-uglify": "^1.1.0",
"harp": "*"
},
"engines": {
"node": "0.10.x",
"npm": "2.x.x"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jpsear/MMT-Table-Tennis.git"
},
"author": "Adrian Lansdown <[email protected]> (http://adrianlansdown.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpsear/MMT-Table-Tennis/issues"
},
"homepage": "https://github.com/jpsear/MMT-Table-Tennis"
}