forked from awatson1978/starrynight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 941 Bytes
/
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
{
"name": "starrynight",
"description": "Meteor scaffolding and testing.",
"version": "0.1.9",
"author": "Abigail Watson ([email protected])",
"dependencies": {
"nightwatch": "0.6.0",
"fs-extra": "0.18.0",
"file-exists": "0.1.1",
"github-download": "0.3.0",
"selenium-server-standalone-jar": "2.45.0",
"minimist": "1.1.1",
"node-parse-url": "1.0.0",
"request": "2.54.0",
"fibers": "^1.0.2",
"find-files": "^0.0.3",
"replace": "0.3.0"
},
"engines": {
"node": ">= 0.4.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"
}