UNPKG

589 BJSONView Raw
1{
2 "name": "jasmine-core",
3 "license": "MIT",
4 "version": "2.0.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/pivotal/jasmine.git"
8 },
9 "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
10 "homepage": "http://jasmine.github.io",
11 "files": [
12 "lib/console",
13 "lib/jasmine-core"
14 ],
15 "devDependencies": {
16 "grunt": "~0.4.1",
17 "grunt-contrib-jshint": "~0.7.0",
18 "grunt-contrib-concat": "~0.3.0",
19 "grunt-contrib-compass": "~0.6.0",
20 "grunt-contrib-compress": "~0.5.2",
21 "shelljs": "~0.1.4"
22 }
23}