Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Commit 7e7b715

Browse files
committed
Update package.json, add bower.json
1 parent 38d95a2 commit 7e7b715

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

bower.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "ko-component-router",
3+
"main": "ko-component-router.js",
4+
"version": "2.0.0",
5+
"homepage": "https://github.com/caseyWebb/ko-component-router",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/caseyWebb/ko-component-router.git"
9+
},
10+
"authors": [
11+
"Casey Webb <[email protected]>"
12+
],
13+
"description": "Component-based routing for KnockoutJS",
14+
"moduleType": [
15+
"amd",
16+
"globals",
17+
"node"
18+
],
19+
"keywords": [
20+
"knockout",
21+
"ko",
22+
"component",
23+
"router",
24+
"routing",
25+
"spa"
26+
],
27+
"dependencies": {
28+
"knockout": "^3.3.0"
29+
},
30+
"license": "MIT",
31+
"ignore": [
32+
"**/.*",
33+
"node_modules",
34+
"bower_components",
35+
"test",
36+
"karma.conf.js",
37+
"package.json",
38+
"src"
39+
]
40+
}

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "ko-component-router",
33
"version": "2.0.0",
44
"description": "Component-based routing for KnockoutJS",
5+
"homepage": "https://github.com/caseyWebb/ko-component-router",
6+
"bugs": {
7+
"url": "https://github.com/casey/ko-component-router/issues",
8+
"email": "[email protected]"
9+
},
10+
"repository": "caseyWebb/ko-component-router",
511
"main": "ko-component-router.js",
612
"scripts": {
713
"build": "browserify src/index.js -s ko-component-router -x knockout -o ko-component-router.js && uglifyjs ko-component-router.js -o ko-component-router.min.js",
@@ -13,7 +19,9 @@
1319
"ko",
1420
"knockout",
1521
"component",
16-
"router"
22+
"router",
23+
"routing",
24+
"spa"
1725
],
1826
"author": "Casey Webb <[email protected]>",
1927
"license": "MIT",

0 commit comments

Comments
 (0)