77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "fromage-js",
|
|
"version": "1.0.0",
|
|
"description": "bingo your conversation fallacies",
|
|
"main": "GulpFile.js",
|
|
"dependencies": {
|
|
"angular": "0.0.1",
|
|
"bootstrap": "^3.3.4",
|
|
"browser-sync": "^2.7.1",
|
|
"chai": "~1.9.0",
|
|
"chalk": "^1.0.0",
|
|
"coffee-script": "^1.9.2",
|
|
"coveralls": "~2.7.1",
|
|
"documentation": "^1.2.0",
|
|
"gulp": "^3.8.11",
|
|
"gulp-coffee": "~2.2.0",
|
|
"gulp-csso": "^1.0.0",
|
|
"gulp-documentation": "^1.0.1",
|
|
"gulp-jsdoc": "^0.1.4",
|
|
"gulp-jshint": "^1.10.0",
|
|
"gulp-jslint": "^0.2.2",
|
|
"gulp-jslint-simple": "^1.0.0",
|
|
"gulp-karma": "0.0.4",
|
|
"gulp-mocha": "^2.1.0",
|
|
"gulp-myth": "^1.0.2",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-sass": "^2.0.1",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-util": "^3.0.4",
|
|
"istanbul": "~0.2.4",
|
|
"jasmine": "^2.3.1",
|
|
"jasmine-core": "~2.1.3",
|
|
"jshint": "^2.7.0",
|
|
"jshint-stylish": "^1.0.2",
|
|
"karma": "~0.12.28",
|
|
"karma-chrome-launcher": "~0.1.7",
|
|
"karma-jasmine": "~0.3.2",
|
|
"karma-phantomjs-launcher": "~0.1.3",
|
|
"minimist": "^1.1.1",
|
|
"mocha": "~1.17.1",
|
|
"phantomjs": "~1.9.12",
|
|
"sinon": "~1.8.0",
|
|
"yeoman-generator": "~0.19.2",
|
|
"yosay": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"doop": "^0.9.3",
|
|
"gulp-coffee-istanbul": "^0.7.1",
|
|
"gulp-istanbul": "^0.10.0",
|
|
"gulp-load-plugins": "^1.0.0-rc.1",
|
|
"imagemin-jpegoptim": "^5.0.0",
|
|
"istanbul": "^0.2.16",
|
|
"jsdoc": "^3.4.0",
|
|
"uglify": "^0.1.5",
|
|
"wiredep": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tykayn/fromage-js.git"
|
|
},
|
|
"keywords": [
|
|
"bingo",
|
|
"fallacy",
|
|
"discussion",
|
|
"game"
|
|
],
|
|
"author": "ty kayn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tykayn/fromage-js/issues"
|
|
},
|
|
"homepage": "https://github.com/tykayn/fromage-js#readme"
|
|
}
|