Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
Updated bower.json and package.json for submition
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jun 9, 2014
1 parent 8f03234 commit 40eee8f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
bower_components
23 changes: 18 additions & 5 deletions bower.json
Expand Up @@ -3,15 +3,28 @@
"version": "0.0.1",
"homepage": "https://github.com/IjzerenHein/famous-map",
"authors": [
"IjzerenHein <hrutjes@gmail.com>"
"Hein Rutjes <hrutjes@gmail.com>"
],
"description": "Famo.us map-view for google-maps V3 api",
"description": "Google maps component for Famo.us",
"main": "mapView.js",
"keywords": [
"famo.us",
"famous",
"javascript",
"google.maps"
"famousmap",
"google.maps",
"map"
],
"license": "MIT"
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"examples",
"docs"
],
"dependencies": {
"requirejs": "~2.1.11",
"famous": "~0.2.0"
}
}
35 changes: 30 additions & 5 deletions package.json
@@ -1,12 +1,37 @@
{
"name": "famous-map",
"version": "0.0.1",
"homepage": "https://github.com/IjzerenHein/famous-map",
"author": {
"name": "Hein Rutjes <hrutjes@gmail.com>"
},
"description": "Google maps component for Famo.us",
"main": "mapView.js",
"keywords": [
"famo.us",
"famous",
"famousmap",
"google.maps",
"map"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/IjzerenHein/famous-map/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/IjzerenHein/famous-map/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-qunit": "~0.3.0",
"grunt-jsdox": "~0.1.4"
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-qunit": "latest",
"grunt-jsdox": "latest"
}
}

0 comments on commit 40eee8f

Please sign in to comment.