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

Commit

Permalink
Add bower configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 8, 2013
1 parent 2184e1c commit edeecae
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "../"
}
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "platform-dev",
"main": "platform.js",
"version": "0.0.20131107",
"homepage": "https://github.com/Polymer/platform",
"authors": [
"The Polymer Authors"
],
"description": "Integrate platform polyfills: load, build, test",
"keywords": [
"polymer",
"web",
"components"
],
"dependencies": {
"CustomElements": "Polymer/CustomElements#master",
"HTMLImports": "Polymer/HTMLImports#master",
"PointerGestures":"Polymer/PointerGestures#master",
"ShadowDOM": "Polymer/ShadowDOM#master",
"WeakMap": "Polymer/WeakMap",
"observe-js": "Polymer/observe-js#master",
"polymer-expressions": "Polymer/polymer-expressions#master"
},
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit edeecae

Please sign in to comment.