-
Notifications
You must be signed in to change notification settings - Fork 2k
/
package.json
32 lines (32 loc) · 1.19 KB
/
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
{
"name": "happy-birthday",
"version": "1.0.0",
"description": "An app that let's you say happy birthday to your friend in a nerdy way.",
"main": "index.js",
"devDependencies": {
"browser-sync": "^2.18.13",
"run-script-os": "^1.0.2"
},
"scripts": {
"start": "run-script-os",
"start:win32": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser \"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\"",
"//": "Hello! If you are having trouble running this command. Try changing Firefox Developer Edition to FirefoxDeveloperEdition",
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faahim/happy-birthday.git"
},
"keywords": [
"Happy",
"Birthday"
],
"author": "Afiur Rahman Fahim",
"license": "MIT",
"bugs": {
"url": "https://github.com/faahim/happy-birthday/issues"
},
"homepage": "https://github.com/faahim/happy-birthday#readme",
"dependencies": {}
}