Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
append bower, gitignore & npmignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdemonte committed Mar 28, 2016
1 parent 411b97f commit ea9240a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage/
node_modules/
.DS_Store
.idea/
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
coverage/
dist/examples/
node_modules/
src/
tests/
.gitignore
.jshintrc
.npmignore
.travis.yml
.DS_Store
.idea/
bower.json
gulpfile.js
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "gmap3",
"version": "7.0.0",
"date": "2016-03-28",
"description": "jQuery plugin to generate Google Maps",
"author": {
"name": "Jean-Baptiste DEMONTE",
"email": "jbdemonte@gmail.com",
"url": "http://jb.demonte.fr"
},
"license": "GPL-3.0+",
"main": "./dist/gmap3.min.js",
"keywords": [
"google",
"maps",
"googlemaps",
"jquery"
],
"ignore": [
"*.json",
"dist/examples",
"src",
"tests",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"gulpfile.js",
"README.md"
]
}

0 comments on commit ea9240a

Please sign in to comment.