-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
60 lines (60 loc) · 1.41 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
{
"name": "starrynight",
"description": "Meteor scaffolding and testing.",
"version": "3.10.3",
"author": "Abigail Watson ([email protected])",
"dependencies": {
"nightwatch": "0.9.8",
"chromedriver": "2.19.0",
"selenium-server-standalone-jar": "2.45.0",
"fs-extra": "0.18.0",
"file-exists": "0.1.1",
"find": "0.2.2",
"find-files": "^0.0.3",
"replace": "0.3.0",
"github-download": "0.4.0",
"git-wrapper2":"0.2.5",
"minimist": "1.1.1",
"node-parse-url": "1.0.0",
"request": "2.54.0",
"fibers": "1.0.7",
"underscore": "^1.8.3",
"cheerio": "^0.19.0",
"unzip": "0.1.11",
"mocha": "^2.2.4",
"cucumber": "0.4.8",
"prompt": "0.2.14",
"chai":"2.3.0",
"jsdoc": "3.3.0",
"ddp": "0.11.0",
"locate-firefox": "0.1.1",
"bunyan": "1.5.1",
"phantomjs-prebuilt": "2.1.7",
"gagarin": "0.4.12",
"mgp": "1.3.0",
"npm": "3.9.2",
"spacejam": "1.6.0",
"directory-exists": "1.0.1"
},
"engines": {
"node": ">= 4.1.0"
},
"preferGlobal": "true",
"bin": {
"starrynight": "bin/starrynight.js"
},
"repository": {
"type": "git",
"url": "git://github.com/awatson1978/starrynight.git"
},
"bugs": {
"url": "https://github.com/awatson1978/starrynight/issues"
},
"homepage": "https://starrynight.meteor.com",
"keywords": [
"nightwatch",
"atmosphere",
"meteor"
],
"license": "MIT"
}