Skip to content

Commit

Permalink
initiate-project-with-package.json
Browse files Browse the repository at this point in the history
relate #10
  • Loading branch information
ali-7 committed Apr 14, 2019
1 parent 69fa2f7 commit fb11cb7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "commons",
"version": "1.0.0",
"description": "Repository for the Founders Program project \"Commons\". April 2019",
"main": "index.js",
"scripts": {
"client:init": "cd client && npm i",
"client:build": "cd client && npm run build",
"test": "cd client && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/founders-programme-2/commons.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/founders-programme-2/commons/issues"
},
"homepage": "https://github.com/founders-programme-2/commons#readme"
}

0 comments on commit fb11cb7

Please sign in to comment.