-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 858 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
{
"name": "Node-FizzBuzz",
"description": "Testing different test suites.",
"version": "0.1.0",
"homepage": "https://github.com/suissa/Node-FizzBuzz",
"author": {
"name": "Jean Carlo Nascimento aka SUISSA",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/suissa/Node-FizzBuzz.git"
},
"bugs": {
"url": "https://github.com/suissa/Node-FizzBuzz/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leobetosouza/JS-FizzBuzz/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"devDependencies": {
"nodeunit": "~0.7.4",
"mocha": "~1.3.0",
"vows": "~0.6.3",
"jasmine-node": "latest",
"chai": "latest"
},
"keywords": ["unit", "test", "suite", "bdd", "tdd"],
"engines": {
"node": ">= 0.8.1"
},
"main": ""
}