Logo white

WebCompDev / COMPONENTS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
835a711f74161b6007a3f7e1b56f5f54c49bf89b
  • COMPONENTS
  • bower.json
  • COMPONENTS
    73bcce88
    luigser authored
    10 years ago  
    Browse Code »
bower.json 404 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "name": "COMPONENT",
  "version": "1.0.0",
  "authors": [
    "Luigi Serra"
  ],
  "description": "Datalet and Controllet repository",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "polymer": "Polymer/polymer#^1.0.0",
    "google-map": "GoogleWebComponents/google-map#^1.0.0"
  }
}