UNPKG

850 BJSONView Raw
1{
2 "name": "jasmine-core",
3 "license": "MIT",
4 "version": "3.2.1",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/jasmine/jasmine.git"
8 },
9 "keywords": [
10 "test",
11 "jasmine",
12 "tdd",
13 "bdd"
14 ],
15 "scripts": {
16 "test": "grunt jshint execSpecsInNode"
17 },
18 "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
19 "homepage": "http://jasmine.github.io",
20 "main": "./lib/jasmine-core.js",
21 "devDependencies": {
22 "glob": "~7.1.2",
23 "grunt": "^1.0.1",
24 "grunt-cli": "^1.2.0",
25 "grunt-contrib-compass": "^1.1.1",
26 "grunt-contrib-compress": "^1.3.0",
27 "grunt-contrib-concat": "^1.0.1",
28 "grunt-contrib-jshint": "^1.0.0",
29 "jasmine": "^3.0.0",
30 "jsdom": "^9.12.0",
31 "load-grunt-tasks": "^0.4.0",
32 "shelljs": "^0.7.0",
33 "temp": "~0.8.1"
34 }
35}