Skip to content

Commit 6df3ff0

Browse files
Merge pull request Furkan-Gulsen#3 from harsha14gupta/master
Create package.json
2 parents 78744b5 + ca0f05a commit 6df3ff0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "vanilla",
3+
"version": "1.0.0",
4+
"description": "JavaScript projects",
5+
"main": "calculator.html",
6+
"scripts": {
7+
"start": "parcel calculator.html --open",
8+
"build": "parcel build calculator.html"
9+
},
10+
"dependencies": {},
11+
"devDependencies": {
12+
"@babel/core": "7.2.0",
13+
"parcel-bundler": "^1.6.1"
14+
},
15+
"keywords": [
16+
"javascript",
17+
"starter"
18+
]
19+
}

0 commit comments

Comments
 (0)