mirror of https://github.com/mdchap/pubapptest.git
add frontend javascript project
This commit is contained in:
parent
23bd4d1c23
commit
619f12432b
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "pubapptest-frontend-js",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/mdchap/pubapptest.git"
|
||||||
|
},
|
||||||
|
"author": "Matt Chapman <m.d.chapman0202@gmail.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/mdchap/pubapptest/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/mdchap/pubapptest#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue