Skip to content

Commit

Permalink
Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblazevic committed Sep 17, 2017
1 parent efcdec0 commit 207d3cf
Showing 1 changed file with 29 additions and 18 deletions.
47 changes: 29 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
{
"name": "textural-js",
"version": "0.1.6",
"description": "A javascript library for formatting and manipulating text.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ivan Blazevic",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.11",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-nodeunit": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.0.0"
}
"name": "textural-js",
"version": "0.1.7",
"description": "A javascript library for formatting and manipulating text.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ivan Blazevic",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.11",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-nodeunit": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.0.0"
},
"keywords": [
"text",
"snake-case",
"camel-case",
"convert",
"format",
"pascal-case",
"string",
"string-manipulation",
"js"
]
}

0 comments on commit 207d3cf

Please sign in to comment.