mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 06:34:14 +01:00
24 lines
699 B
JSON
24 lines
699 B
JSON
{
|
|
"name": "jasmine-core",
|
|
"license": "MIT",
|
|
"version": "2.1.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pivotal/jasmine.git"
|
|
},
|
|
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
|
|
"homepage": "http://jasmine.github.io",
|
|
"main": "./lib/jasmine-core.js",
|
|
"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",
|
|
"glob": "~3.2.9",
|
|
"jasmine": "https://github.com/pivotal/jasmine-npm/archive/master.tar.gz",
|
|
"load-grunt-tasks": "^0.4.0"
|
|
}
|
|
}
|