forked from practicalmeteor/spacejam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·80 lines (80 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "spacejam",
"version": "1.6.1",
"dependencies": {
"chai": "1.9.2",
"glob": "4.0.6",
"loglevel": "1.1.0",
"phantomjs-prebuilt": "^2.1.7",
"psext": "0.0.4",
"rc": "0.5.1",
"semver": "4.1.0",
"underscore": "1.7.0"
},
"devDependencies": {
"coffee-script": "1.8.0",
"mocha": "1.21.5",
"sinon-chai": "2.6.0",
"tmp": "0.0.25",
"xmldom": "0.1.19",
"xpath": "0.0.9"
},
"main": "lib/main.js",
"scripts": {
"test": "bin/npm-test.sh",
"compile": "cake compile",
"prepublish": "cake compile"
},
"bin": {
"spacejam": "bin/spacejam",
"spacejam-mocha": "bin/spacejam-mocha",
"spacejam-init-bashrc": "bin/spacejam-init-bashrc",
"meteor-mocha": "bin/meteor-mocha",
"mrun": "bin/mrun",
"mtp": "bin/mtp",
"set-meteor-env": "bin/set-meteor-env",
"unset-meteor-env": "bin/unset-meteor-env",
"mongo-reset": "bin/mongo-reset",
"mdeploy": "bin/mdeploy",
"mpublish": "bin/mpublish",
"mmpublish": "bin/mmpublish",
"npm-publish": "bin/npm-publish"
},
"description": "Run your meteor package tinytests and mocha tests from the command line with phantomjs.",
"homepage": "https://github.com/practicalmeteor/spacejam",
"bugs": "https://github.com/practicalmeteor/spacejam/issues",
"keywords": [
"spacejam",
"meteor",
"test-packages",
"test-in-console",
"tinytest",
"mocha",
"mocha.js",
"practicalmeteor",
"practicalmeteor:mocha",
"practicalmeteor:mocha-console-runner",
"ci",
"continuous integration",
"cd",
"continuous delivery"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/practicalmeteor/spacejam/blob/master/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/practicalmeteor/spacejam.git"
},
"author": {
"name": "Spacejam.io",
"url": "http://spacejam.io/"
}
}