This repository has been archived by the owner on Jan 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
79 lines (79 loc) · 3.73 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "mochajs.org",
"version": "1.0.0",
"description": "Mocha's gh-pages branch",
"private": true,
"scripts": {
"postinstall": "npm start postinstall",
"start": "nps --silent --config ./scripts/package-scripts.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mochajs/mochajs.github.io.git"
},
"license": "CC-BY-4.0 AND MIT",
"bugs": {
"url": "https://github.com/mochajs/mochajs.github.io/issues"
},
"homepage": "https://mochajs.org",
"devDependencies": {
"chalk": "^1.1.3",
"markdown-toc": "^0.13.0",
"p-s": "^3.0.1"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"author": "TJ Holowaychuk <[email protected]> (https://github.com/tj)",
"contributors": [
"Alexander Shepelin (https://github.com/44px)",
"Al Scott <[email protected]> (https://github.com/scottaj)",
"amsul (https://github.com/amsul)",
"Anders Olsen Sandvik (https://github.com/Andersos)",
"Andy Matthews <[email protected]> (https://github.com/commadelimited)",
"Ariel Mashraki <[email protected]> (https://github.com/a8m)",
"Artem Govorov (https://github.com/ArtemGovorov)",
"Bernard Kobos <[email protected]> (https://github.com/bernii)",
"Christoffer Hallas (https://github.com/hallas)",
"Christopher Hiller <[email protected]> (https://github.com/boneskull)",
"Daniel St. Jules <[email protected]> (https://github.com/danielstjules)",
"Dan Oved <[email protected]> (https://github.com/oveddan)",
"David da Silva <[email protected]> (https://github.com/dasilvacontin)",
"David Henderson (https://github.com/dhendo)",
"Dmitriy Simushev (https://github.com/JustBlackBird)",
"Domenic Denicola <[email protected]> (https://github.com/domenic)",
"Erik Eng (https://github.com/ptz0n)",
"Fabio M. Costa <[email protected]> (https://github.com/fabiomcosta)",
"Fagner Brack <[email protected]> (https://github.com/FagnerMartinsBrack)",
"Guillermo Rauch <[email protected]> (https://github.com/rauchg)",
"Hugo Giraudel (https://github.com/HugoGiraudel)",
"Jacob Wejendorp (https://github.com/wejendorp)",
"Jake Verbaten <[email protected]> (https://github.com/Raynos)",
"James Carr <[email protected]> (https://github.com/jamescarr)",
"Jan Lehnardt <[email protected]> (https://github.com/janl)",
"Joel Kemp <[email protected]> (https://github.com/mrjoelkemp)",
"Jo Liss <[email protected]> (https://github.com/joliss)",
"Jonathan Rajavuori <[email protected]> (https://github.com/jrajav)",
"Kelong Wang (https://github.com/wkl)",
"Kevin Reed (https://github.com/kavun)",
"Long Ho <[email protected]> (https://github.com/longlho)",
"Michiel de Jong (https://github.com/michielbdejong)",
"Nik Nyby (https://github.com/nikolas)",
"Oscar Godson <[email protected]> (https://github.com/OscarGodson)",
"Peter Rust (https://github.com/prust)",
"PoppinL <[email protected]> (https://github.com/poppinlp)",
"Rich Trott (https://github.com/Trott)",
"Rico Sta. Cruz <[email protected]> (https://github.com/rstacruz)",
"Roman Shtylman (https://github.com/defunctzombie)",
"Ryan Tablada (https://github.com/rtablada)",
"Ryunosuke Sato <[email protected]> (https://github.com/tricknotes)",
"sarehag (https://github.com/sarehag)",
"Sune Simonsen <[email protected]> (https://github.com/sunesimonsen)",
"Timothy Gu <[email protected]> (https://github.com/TimothyGu)",
"Travis Jeffery <[email protected]> (https://github.com/travisjeffery)",
"Will Langstroth (https://github.com/wlangstroth)",
"Xavier Damman <[email protected]> (https://github.com/xdamman)",
"XhmikosR <[email protected]> (https://github.com/XhmikosR)"
]
}