Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80634 views
1
{
2
"name": "jasmine-only",
3
"version": "0.1.0",
4
"description": "Exclusivity spec helpers for jasmine: `describe.only` and `it.only`",
5
"homepage": "https://github.com/davemo/jasmine-only",
6
"author": {
7
"name": "David Mosher"
8
},
9
"main": "main.js",
10
"dependencies": {
11
"coffee-script": "~ 1.6.3"
12
},
13
"devDependencies": {
14
"lineman": ">=0.11.0"
15
},
16
"keywords": [
17
"jasmine",
18
"bdd"
19
],
20
"bugs": {
21
"url": "https://github.com/davemo/jasmine-only/issues"
22
},
23
"repository": {
24
"type": "git",
25
"url": "https://github.com/davemo/jasmine-only.git"
26
},
27
"licenses": [
28
{
29
"name": "Apache License 2.0",
30
"url": "http://www.apache.org/licenses/LICENSE-2.0"
31
}
32
],
33
"_id": "[email protected]",
34
"dist": {
35
"shasum": "84b9e672fdb4aef96b1ba573c0975ce555275f41",
36
"tarball": "http://registry.npmjs.org/jasmine-only/-/jasmine-only-0.1.0.tgz"
37
},
38
"_from": "[email protected]",
39
"_npmVersion": "1.2.32",
40
"_npmUser": {
41
"name": "searls",
42
"email": "[email protected]"
43
},
44
"maintainers": [
45
{
46
"name": "davemo",
47
"email": "[email protected]"
48
},
49
{
50
"name": "searls",
51
"email": "[email protected]"
52
}
53
],
54
"directories": {},
55
"_shasum": "84b9e672fdb4aef96b1ba573c0975ce555275f41",
56
"_resolved": "https://registry.npmjs.org/jasmine-only/-/jasmine-only-0.1.0.tgz"
57
}
58
59