-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1020 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
36
37
{
"name": "copypaste",
"version": "1.0.0",
"description": "Website to help the developers to get tedious repeated front-end component fast without wasting their time and diving in the code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index",
"dev": "nodemon ./src/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG4/CopyPaste.git"
},
"keywords": [
"copypaste"
],
"author": "copypasteFACG4",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG4/CopyPaste/issues"
},
"homepage": "https://github.com/FACG4/CopyPaste#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"nodemon": "^1.17.4"
}
}