add js framework
This commit is contained in:
parent
36a28e37a1
commit
0421d808e9
1
js-framework/.gitignore
vendored
Normal file
1
js-framework/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
5
js-framework/package-lock.json
generated
Normal file
5
js-framework/package-lock.json
generated
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "hego-jsframework",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
19
js-framework/package.json
Normal file
19
js-framework/package.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "hego-jsframework",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "The JS Framework of Hego",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/penfeizhou/hego.git"
|
||||||
|
},
|
||||||
|
"author": "pengfeizhou",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/penfeizhou/hego/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/penfeizhou/hego#readme"
|
||||||
|
}
|
Reference in New Issue
Block a user