forked from slurpcode/slurp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 810 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
37
{
"name": "slurp",
"version": "1.0.0",
"description": "Slurp that code !!",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"markdownlint": "^0.21.0",
"surge": "^0.21.5",
"textlint": "^11.6.3",
"textlint-rule-no-todo": "^2.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuchsia-programming/fuchsia.git"
},
"keywords": [
"fuchsia",
"flowers",
"Ruby",
"Node",
"Golang",
"Jekyll"
],
"author": "John Bampton",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/fuchsia-programming/fuchsia/issues"
},
"homepage": "https://github.com/fuchsia-programming/fuchsia#readme"
}