Files
jasmine/package.json
Sheel Choksi 8513201fa3 Add in missing repository field to package.json
Removes the following warning when doing a `npm install`: 'npm WARN
package.json jasmine-core@2.0.0-rc5 No repository field.'
2013-11-02 18:28:53 -07:00

18 lines
399 B
JSON

{
"name": "jasmine-core",
"license": "MIT",
"version": "2.0.0-rc5",
"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"
}
}