-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 867 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
{
"name": "fm-newsletter-sign-up-with-success-message-main",
"version": "1.0.0",
"description": "A solution build to the Frontend Mentor's newsletter sign up component.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tailwindcss -i tailwind.css -o ./assets/css/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deeokafor/fm-newsletter-sign-up-with-success-message-main.git"
},
"keywords": [
"signup",
"success",
"message",
"newsletter"
],
"author": "Okafor-udah Divine Chukwunwemmeri",
"license": "ISC",
"bugs": {
"url": "https://github.com/Deeokafor/fm-newsletter-sign-up-with-success-message-main/issues"
},
"homepage": "https://github.com/Deeokafor/fm-newsletter-sign-up-with-success-message-main#readme"
}