-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 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
34
{
"name": "mloc-contest",
"version": "0.0.1",
"description": "Code-golf contest for an MLOC ticket",
"main": "cf.js",
"scripts": {
"test": "mocha test/*.js",
"test-bg": "mocha -w -G test/*.js"
},
"author": "nodebp <info@nodebp.com>",
"contributors": [{
"name": "Gergely Németh",
"email": "mail@nemethgergely.com"
}, {
"name": "Róbert Oroszi",
"email": "robert@oroszi.net"
}, {
"name": "Tamás Besenyei",
"email": "tamas@besenyei.net"
}, {
"name": "Bence Dányi",
"email": "madbence@gmail.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/nodebp/mloc-contest.git"
},
"license": "BSD",
"devDependencies": {
"mocha": "~1.15.1",
"concat-stream": "~1.4.1",
"should": "~2.1.1"
}
}