20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "jasmine-node",
|
|
"version": "1.12.0",
|
|
"homepage": "https://github.com/mhevery/jasmine-node",
|
|
"authors": [
|
|
"Misko Hevery <https://github.com/mhevery>",
|
|
"Chris M <http://www.endgame.com>"
|
|
],
|
|
"description": "Integration of Jasmine Spec framework with Node.js",
|
|
"main": "lib/jasmine-node",
|
|
"keywords": [
|
|
"jasmine",
|
|
"node",
|
|
"commonjs",
|
|
"node"
|
|
],
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|