Skip to content

Commit 12ba7fe

Browse files
committed
Correct package.json information to be the previouse ones
1 parent 1d60ebe commit 12ba7fe

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

package.json

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
{
2-
"name": "skeleton-typescript-webpack",
3-
"version": "1.0.0",
4-
"title": "Aurelia Navigation Skeleton",
2+
"name": "aurelia-typescript-boilerplate",
3+
"version": "4.0.0",
4+
"title": "Aurelia Typescript Boilerplate",
55
"description": "A starter kit for building a standard navigation-style app with Aurelia and Webpack.",
66
"main": "dist/app.bundle.js",
7+
"identifier": "ch.w3tec.app",
78
"repository": {
8-
"url": "git+ssh://git@github.com/aurelia/skeleton-navigation.git",
9-
"type": "git"
9+
"type": "git",
10+
"url": "git+ssh://git@github.com/w3tecch/aurelia-typescript-boilerplate.git"
1011
},
11-
"author": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life/)",
12-
"license": "CC0-1.0",
12+
"author": "w3tec <info@w3tec.ch> (http://w3tec.ch/)",
13+
"contributors": [
14+
{
15+
"name": "Gery Hirschfeld <gery.hirschfeld@w3tec.ch> (https://github.com/hirsch88)"
16+
},
17+
{
18+
"name": "David Weber <david.weber@w3tec.ch> (https://github.com/dweber019)"
19+
}
20+
],
21+
"bugs": {
22+
"url": "https://github.com/w3tecch/aurelia-typescript-boilerplate/issues"
23+
},
24+
"homepage": "https://github.com/w3tecch/aurelia-typescript-boilerplate#readme",
25+
"license": "MIT",
26+
"keywords": [
27+
"aurelia",
28+
"skeleton",
29+
"boilterplate",
30+
"typescript",
31+
"webpack"
32+
],
1333
"engines": {
1434
"node": ">= 6.0.0"
1535
},

0 commit comments

Comments
 (0)