1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/package.json

33 lines
734 B
JSON
Raw Normal View History

2015-06-10 14:25:27 +00:00
{
"name": "gwent",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"dependencies": {
2015-06-17 19:18:14 +00:00
"socketcluster": "2.2.x",
2015-06-18 13:47:09 +00:00
"connect": "3.0.1",
"express": "4.12.3",
"shortid": "^2.2.2",
"serve-static": "1.8.0",
"minimist": "1.1.0",
2015-06-17 19:18:14 +00:00
"socketcluster-client": "2.2.x"
2015-06-10 14:25:27 +00:00
},
2015-06-10 16:12:52 +00:00
"devDependencies": {
2015-06-13 19:36:02 +00:00
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^2.0.1",
2015-06-10 16:12:52 +00:00
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
2015-06-18 13:06:13 +00:00
"promise": "^7.0.1",
"underscore": "^1.8.3",
2015-06-13 19:36:02 +00:00
"vinyl-source-stream": "^1.1.0"
2015-06-10 16:12:52 +00:00
},
2015-06-10 14:25:27 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "exane",
"license": "ISC"
}