forked from denysdovhan/wtfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 779 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
{
"name": "wtfjs",
"version": "0.0.0",
"description": "A list of funny and tricky examples of JavaScript.",
"scripts": {
"postpublish": "git push --follow-tags",
"toc": "doctoc --github --title '# Table of Contents' --maxlevel 2 README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denysdovhan/wtfjs.git"
},
"keywords": [
"javascript",
"specification",
"notes",
"wtf",
"learning",
"guide",
"handbook"
],
"author": "Denys Dovhan <denysdovhan@gmail.com> (http://denysdovhan.com)",
"license": "WTFPL 2.0",
"bugs": {
"url": "https://github.com/denysdovhan/wtfjs/issues"
},
"homepage": "https://github.com/denysdovhan/wtfjs#readme",
"devDependencies": {
"doctoc": "^1.3.0"
}
}