UNPKG

code-challenge-7geese

Version:

This is a revised solution for the 7Geese JavaScript Challenge.

48 lines (47 loc) 1.27 kB
{ "name": "code-challenge-7geese", "version": "1.0.0-0", "description": "This is a revised solution for the 7Geese JavaScript Challenge.", "main": "src/main.js", "directories": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/moismailzai/code-challenge-7geese.git" }, "keywords": [ "backbone", "7geese", "code-challenge", "github-api" ], "author": "Mo Ismailzai <moismailzai@gmail.com> (http://www.moismailzai.com)", "license": "MIT", "bugs": { "url": "https://github.com/moismailzai/code-challenge-7geese/issues" }, "homepage": "https://github.com/moismailzai/code-challenge-7geese#readme", "dependencies": { "backbone": "^1.2.3", "bootstrap": "^3.3.6", "jquery": "^2.2.0", "underscore": "^1.8.3" }, "devDependencies": { "browserify": "^11.0.1", "filesize": "^3.1.3", "gulp": "^3.9.0", "gulp-filesize": "0.0.6", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.5.2", "gulp-uglify": "^1.4.0", "gulp-util": "^3.0.5", "lodash.assign": "^3.2.0", "rename": "^1.0.3", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.3.1" } }