Skip to content

Instantly share code, notes, and snippets.

@gutchom
Created May 13, 2015 12:08
Show Gist options
  • Save gutchom/c452fc1e35cda5385888 to your computer and use it in GitHub Desktop.
Save gutchom/c452fc1e35cda5385888 to your computer and use it in GitHub Desktop.
packege.json
{
"name": "mitoe-browser",
"version": "1.0.0",
"description": "MITOE client side",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:syoya/mitoe-browser.git"
},
"keywords": [
"MITOE"
],
"author": "chom",
"license": "",
"bugs": {
"url": "https://github.com/syoya/mitoe-browser/issues"
},
"homepage": "https://mitoe30.com",
"devDependencies": {
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-cssmin": "^0.1.6",
"gulp-data": "^1.2.0",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.9.4",
"gulp-notify": "^2.2.0",
"gulp-pleeease": "^1.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-sitemap-files": "^1.0.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"main-bower-files": "^2.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment