Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiAxel committed Dec 10, 2014
1 parent 2794edf commit 4975976
Showing 1 changed file with 45 additions and 13 deletions.
58 changes: 45 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,45 @@
{
"author": "Gabriel Axel <[email protected]>",
"name": "ng-polymer-elements",
"version": "0.2.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.7.0"
},
"engines":{
"node":"0.10.10"
}
}
{
"name": "ng-polymer-elements",
"version": "0.2.0",
"homepage": "http://gabiaxel.github.io/ng-polymer-elements/",
"repository":
{
"type": "git",
"url": "git://github.com/GabiAxel/ng-polymer-elements.git"
},

"main": "ng-polymer-elements.js",
"keywords":
[
"angular",
"angularjs",
"polymer",
"paper",
"web components"
],

"license": "MIT",
"author":
{
"name": "Gabriel Axel",
"email": "[email protected]>",
"url": "http://www.gabiaxel.com"
},

"bugs":
{
"url": "https://github.com/GabiAxel/ng-polymer-elements/issues"
},

"devDependencies":
{
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.7.0"
},

"engines":
{
"node": "0.10.10"
}
}

0 comments on commit 4975976

Please sign in to comment.