gitmoji/package.json
Carlos Cuesta 91bc3956ae
🔧 Update environment and config files
Add deploy task to gulpfile, update package.json dependencies, add cache to .travis, ignore .publish/ folder
2016-10-30 20:16:49 +01:00

40 lines
1016 B
JSON

{
"name": "gitmoji",
"version": "1.0.0",
"description": "An emoji guide for your commit messages",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscuesta/gitmoji.git"
},
"author": "Carlos Cuesta",
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscuesta/gitmoji/issues"
},
"pugLintConfig": {
"disallowHtmlText": true,
"disallowDuplicateAttributes": true,
"disallowClassAttributeWithStaticValue": true,
"disallowIdAttributeWithStaticValue": true,
"requireLowerCaseAttributes": true
},
"homepage": "https://github.com/carloscuesta/gitmoji#readme",
"dependencies": {
"babel-core": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.1.0",
"gulp-pug-lint": "^0.1.6",
"gulp-sass": "^2.3.2"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"gulp-gh-pages": "^0.5.4"
}
}