Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
benoror committed Jul 26, 2015
1 parent 07c696e commit d5ddc03
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "angular-urlify",
"version": "1.0.0",
"description": "Filter to create better seo urls and slugs with AngularJS based on Django Urlify",
"main": "angular-urlify-filter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/benoror/angular-urlify.git"
},
"keywords": [
"angular",
"urlify",
"filter",
"django"
],
"authors": [
"Tarkan Anlar",
"Murat Çorlu <muratcorlu@gmail.com>",
"Benjamin Orozco <benoror@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/benoror/angular-urlify/issues"
},
"homepage": "https://github.com/benoror/angular-urlify"
}

0 comments on commit d5ddc03

Please sign in to comment.