aboutsummaryrefslogtreecommitdiff
path: root/practice/package.json
blob: 38b18da02abfab3ab7bbf7b2ce095e2ee19175da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "funwithnode",
  "version": "1.0.0",
  "description": "root to test drive node and expres",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ./index.js"
  },
  "author": "Ibrahim Mkusa",
  "license": "MIT"
}