forked from acuminous/yadda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 839 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
38
39
40
41
{
"name": "yadda",
"version": "0.5.0",
"description": "A true BDD framework for JavaScript",
"main": "./lib/index.js",
"devDependencies": {
"mocha": "*",
"browserify": "*",
"casper": "*",
"nodeunit": "*"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "make test",
"examples": "./bin/examples.sh",
"browserify": "node ./bin/browserify.js"
},
"repository": {
"type": "git",
"url": "git://github.com/acuminous/yadda.git"
},
"keywords": [
"BDD",
"Specification",
"Natural",
"Test",
"Behaviour",
"Driven",
"Jasmine",
"Mocha",
"QUnit",
"Nodeunit"
],
"author": "Stephen Cresswell",
"license": "Apache2",
"readmeFilename": "README.md",
"gitHead": "4754e8449c4f6d28e6357059287079a44a0dad29"
}