-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "catering-services",
"version": "1.0.0",
"description": "A catering service website",
"main": "",
"scripts": {
"build": "babel js -d dist/js",
"clean": "rm -r dist && mkdir dist",
"clean-build": "npm run clean && npm run build",
"lint": "eslint ./ || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clintonpi/catering-services.git"
},
"keywords": [
"madam",
"joy's",
"joy",
"catering"
],
"author": "Clinton Nkwocha",
"license": "ISC",
"bugs": {
"url": "https://github.com/clintonpi/catering-services/issues"
},
"homepage": "https://github.com/clintonpi/catering-services#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}