Skip to content

Commit 3ae7ddc

Browse files
committed
task(pom.xml): add package.json.
Generated by the following commands: $ cd src/main/frontend $ ./node/node node/node_modules/npm/bin/npm-cli.js init Addressed to #1060 No functional changes.
1 parent b02094a commit 3ae7ddc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/main/frontend/package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "mystamps-frontend",
3+
"version": "0.0.4",
4+
"description": "Frontend of https://my-stamps.ru",
5+
"main": "index.js",
6+
"dependencies": {},
7+
"devDependencies": {},
8+
"scripts": {
9+
"test": "echo \"Error: no test specified\" && exit 1"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/php-coder/mystamps.git"
14+
},
15+
"keywords": [
16+
"mystamps"
17+
],
18+
"author": "Slava Semushin",
19+
"license": "GPL-2.0",
20+
"bugs": {
21+
"url": "https://github.com/php-coder/mystamps/issues"
22+
},
23+
"homepage": "https://github.com/php-coder/mystamps#readme"
24+
}

0 commit comments

Comments
 (0)