UNPKG

1.08 kBJSONView Raw
1{
2 "name": "jasmine-focused",
3 "version": "0.8.0",
4 "description": "Focus jasmine specs",
5 "main": "./lib/jasmine-focused.js",
6 "bin": {
7 "jasmine-focused": "./bin/jasmine-focused",
8 "nof": "./bin/nof"
9 },
10 "licenses": [
11 {
12 "type": "MIT",
13 "url": "http://github.com/atom/jasmine-focused/raw/master/LICENSE.md"
14 }
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/atom/jasmine-focused.git"
19 },
20 "bugs": {
21 "url": "https://github.com/atom/jasmine-focused/issues"
22 },
23 "homepage": "http://atom.github.io/jasmine-focused",
24 "scripts": {
25 "prepublish": "grunt clean lint coffee",
26 "test": "grunt test"
27 },
28 "devDependencies": {
29 "grunt": "~0.4.1",
30 "grunt-contrib-coffee": "~0.7.0",
31 "grunt-cli": "~0.1.8",
32 "rimraf": "~2.1.4",
33 "grunt-coffeelint": "0.0.6",
34 "temp": "~0.5.0",
35 "grunt-shell": "~0.2.2"
36 },
37 "dependencies": {
38 "jasmine-node": "git://github.com/kevinsawicki/jasmine-node.git#a71d82ef94cfae87588a28650b05d99ed5d60b85",
39 "replace": "~0.2.5",
40 "underscore": "~1.4.4"
41 }
42}