Skip to content

Commit

Permalink
Add bower.json to support bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
qqzh002 committed Nov 8, 2014
1 parent b9a4a00 commit a99fd23
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "should",
"main": "should.js",
"version": "4.2.1",
"homepage": "https://github.com/shouldjs/should.js",
"repository": {
"type": "git",
"url": "git://github.com/shouldjs/should.js.git"
},
"authors": [
"TJ Holowaychuk <[email protected]> and contributors"
],
"description": "test framework agnostic BDD-style assertions",
"keywords": [
"test",
"bdd",
"assert",
"should"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"*.md",
"LICENSE",
"package.json"
]
}

0 comments on commit a99fd23

Please sign in to comment.