Skip to content

Commit

Permalink
Merge branch '#4-add-to-bower-and-npm'
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslavsky committed Dec 12, 2014
2 parents 84bf2cd + 315391e commit dc6abe3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 9 deletions.
46 changes: 46 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "textstack",
"version": "0.1.0",
"description": "A simple undo history script for DOM text fields",
"main": "dist/textStack.js",
"license": "MIT",
"authors": [
"Alex Zaslavsky <[email protected]>"
],
"keywords": [
"textstack",
"undo",
"redo",
"history",
"textarea",
"textinput"
],
"homepage": "https://github.com/azaslavsky/TextStack",
"repository": {
"type": "git",
"url": "https://github.com/azaslavsky/TextStack"
},
"ignore": [
"**/.*",
"node_modules",
"docs",
"src",
"test",
"*.conf.js",
"*.md",
"npm-debug.txt",
"gulpfile.js",
"package.json"
],
"keywords": [
"jquery",
"javascript",
"library"
],
"devDependencies": {
"gulp": "~3.8.8",
"karma": "~0.12.28",
"jasmine": "2.0.4",
"phantomjs": "~1.9.12",
}
}
31 changes: 22 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
{
"name": "textStack",
"author": "Alex Zaslavsky",
"version": "0.0.6",
"name": "textstack",
"author": "Alex Zaslavsky <[email protected]>",
"version": "0.1.0",
"description": "A simple undo history script for DOM text fields",
"contributors": [
{
"name": "Alex Zaslavsky"
"name": "Alex Zaslavsky",
"email": "[email protected]"
}
],
"scripts": {
"coveralls": "gulp coveralls"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/azaslavsky/TextStack.git"
"url": "https://github.com/azaslavsky/TextStack"
},
"bugs": {
"url": "https://github.com/azaslavsky/TextStack/issues"
},
"keywords": [
"textstack",
"undo",
"redo",
"history",
"textarea",
"textinput"
],
"scripts": {
"coveralls": "gulp coveralls"
},
"devDependencies": {
"gulp": "~3.8.8",
Expand Down Expand Up @@ -49,4 +62,4 @@
"karma-htmlfile-reporter": "~0.1.2",
"gulp-coveralls": "~0.1.3"
}
}
}

0 comments on commit dc6abe3

Please sign in to comment.