forked from leonardomso/33-js-concepts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 768 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
{
"name": "33-js-concepts",
"version": "1.0.0",
"description": "33 concepts every JavaScript developer should know.",
"main": "index.js",
"author": {
"name": "Leonardo Maldonado",
"url": "https://github.com/leonardomso"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/leonardomso/33/issues"
},
"homepage": "https://github.com/leonardomso/33#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonardomso/33.git"
},
"keywords": [
"JavaScript",
"javascript",
"JS",
"programming",
"web",
"web dev",
"front end",
"front-end",
"nodejs",
"Node.js",
"NodeJS",
"Node"
]
}