-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.07 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jam3-lesson-module-basics",
"version": "1.0.5",
"description": "intro to Node modules for frontend development",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {},
"files": [
"README.md",
"LICENSE.md",
"package.json"
],
"scripts": {
"test": "node test.js"
},
"keywords": [
"module",
"frontend",
"modules",
"front",
"end",
"front-end",
"modular",
"code",
"javascript",
"java",
"script",
"lesson",
"help",
"guide",
"tutorial",
"article",
"intro",
"introduction",
"basic",
"basics",
"semantic",
"versioning",
"npm",
"browserify"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/jam3-lesson-module-basics.git"
},
"homepage": "https://github.com/Jam3/jam3-lesson-module-basics",
"bugs": {
"url": "https://github.com/Jam3/jam3-lesson-module-basics/issues"
}
}