forked from mhevery/jasmine-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.19 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
{
"name": "jasmine-node",
"version": "1.16.0",
"description": "DOM-less simple JavaScript BDD testing framework for Node",
"contributors": [
"Martin Häger <[email protected]>",
"Chris Moultrie <[email protected]>",
"Christopher J. Brody (@brodybits aka Chris Brody) <[email protected]>"
],
"homepage": "https://github.com/mhevery/jasmine-node",
"repository": {
"type": "git",
"url": "https://github.com/mhevery/jasmine-node.git"
},
"keywords": [
"testing",
"bdd"
],
"author": "Misko Hevery <[email protected]>",
"maintainers": [
"Christopher J. Brody (@brodybits aka Chris Brody) <[email protected]>",
"Martin Häger <[email protected]>",
"Chris Moultrie <[email protected]>"
],
"license": "MIT",
"dependencies": {
"coffeescript": "^1.0.1",
"gaze": "~1.1.2",
"jasmine-growl-reporter": "~1.0.1",
"jasmine-reporters": "~1.0.0",
"mkdirp": "~0.3.5",
"requirejs": "^2.3.6",
"underscore": "^1.9.1",
"walkdir": "~0.0.12"
},
"bin": "bin/jasmine-node",
"preferGlobal": true,
"main": "lib/jasmine-node",
"scripts": {
"test": "node lib/jasmine-node/cli.js spec"
},
"devDependencies": {}
}