-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 731 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 731 Bytes
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
{
"name": "javascript-101",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericmasiello/javascript-101.git"
},
"author": "Eric Masiello <eric.j.masiello@gmail.com> (http://synbydesign.com/)",
"license": "NO LICENSE",
"bugs": {
"url": "https://github.com/ericmasiello/javascript-101/issues"
},
"homepage": "https://github.com/ericmasiello/javascript-101#readme",
"devDependencies": {
"serve": "~10.1.1"
}
}