forked from mhevery/jasmine-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·22 lines (22 loc) · 997 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
{
"name" : "jasmine-node"
, "version" : "1.0.6"
, "description" : "DOM-less simple JavaScript BDD testing framework for Node"
, "homepage" : [ "http://pivotal.github.com/jasmine"
, "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]>"
, "contributors" : [ "Rajan Agaskar <[email protected]"
, "Christian Williams <[email protected]"
, "Davis W. Frank <[email protected]>"
, "Matteo Collina <[email protected]>"
]
, "maintainers" : "Martin Häger <[email protected]>"
, "licenses" : ["MIT"]
, "dependencies" : { "coffee-script" : ">=1.0.1"}
, "bin" : "bin/jasmine-node"
, "main" : "lib/jasmine-node"
}