Skip to content

Commit 5a4a9c8

Browse files
author
Tinsh
committed
build: add the package.json file
1 parent 38ecbe0 commit 5a4a9c8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ build
1111
composer.lock
1212
composer.phar
1313
vendor/*
14-
package.json

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "kohana",
3+
"version": "3.4.1",
4+
"description": "The Kohana PHP framework",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/kilofox/kohana.git"
8+
},
9+
"keywords": [
10+
"framework",
11+
"kohana"
12+
],
13+
"author": "Muffet Lab",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/kilofox/kohana/issues"
17+
},
18+
"homepage": "https://github.com/kilofox/kohana#readme"
19+
}

0 commit comments

Comments
 (0)