* canonical version number of jasmine-core is now is package.json * `grunt buildDistribution` builds jasmine.js, jasmine-html.js, jasmine.css and outputs them to the dist dir * `grunt buildStandaloneDist` builds the example spec runner files and compresses them to dist/jasmine-VERSION.zip * `grunt compass` compiles jasmine.css * jasmine.Env handling of version is backwards compatible, but uses the version string directly (and nicely deprecated) * Ruby/thor tasks that did the above deleted
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"name": "jasmine-core",
|
|
"license": "MIT",
|
|
"version": "2.0.0-alpha",
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.2.0",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-compass": "~0.1.3",
|
|
"grunt-contrib-compress": "~0.4.1",
|
|
"underscore": "~1.4.4"
|
|
}
|
|
}
|