Skip to content

Commit df2899d

Browse files
authored
chore: adds package.json
1 parent 450a9d7 commit df2899d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "css-and-js-in-html",
3+
"version": "2019.6.19",
4+
"private": true,
5+
"author": {
6+
"name": "Paolo Roth",
7+
"email": "iamoctod@gmail.com"
8+
},
9+
"scripts": { },
10+
"description": "",
11+
"dependencies": {
12+
"@angular/core": "*",
13+
"react": "*",
14+
"vue": "*"
15+
}
16+
}

0 commit comments

Comments
 (0)