Files
jasmine/package.json
Christopher Jobst and Sheel Choksi a2a8b5dde2 Create a 2.0 distribution
2013-12-16 12:33:34 -08:00

18 lines
395 B
JSON

{
"name": "jasmine-core",
"license": "MIT",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.5.2",
"shelljs": "~0.1.4"
}
}