-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 1014 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 1014 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
26
27
{
"name": "@mrmatt1877/workspace",
"version": "1.0.1",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "server.js",
"dependencies": {
"@linclark/pkg": "^1.0.3",
"async": "^0.2.10",
"express": "^3.2.6",
"socket.io": "^0.9.17"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrmatt1877/learningnpm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrmatt1877/learningnpm/issues"
},
"homepage": "https://github.com/mrmatt1877/learningnpm#readme"
}