Canonical Jasmine version now lives in `package.json` (Node formatted) and is copied into Jasmine source (JavaScript and Ruby) Jasmine distribution now has MIT license and Pivotal Labs copyright at the top of each distributed file.
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"name": "jasmine-core",
|
|
"license": "MIT",
|
|
"version": "2.0.0-alpha",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.2.0",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-compass": "~0.1.3",
|
|
"grunt-contrib-compress": "~0.4.1",
|
|
"shelljs": "~0.1.2"
|
|
}
|
|
}
|