-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 759 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
28
29
30
31
32
33
{
"name": "one-line",
"version": "1.0.0",
"description": "A Node.js app where you can only contribute one line at a time",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkup/one-line.git"
},
"keywords": [
"one",
"line",
"fun",
"node"
],
"author": "Jon Kuperman",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkup/one-line/issues"
},
"homepage": "https://github.com/jkup/one-line#readme",
"dependencies": {
"cool-ascii-faces": "^1.3.4",
"ejs": "^2.5.2",
"emoji-cool": "^1.2.1",
"express": "^4.13.4",
"funny-words": "^0.1.2"
}
}