-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.3 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.3 KB
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
{
"name": "apostrophe-enterprise-testbed",
"version": "2.0.0",
"description": "Testbed for browser-based functional testing of apostrophe, apostrophe-workflow and related modules common in an enterprise setting.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dump": "mongodump -d apostrophe-enterprise-testbed",
"restore": "mongorestore --noIndexRestore mongodump/ --drop",
"e2e-local": "nightwatch tests/scenarios --config nightwatch.js --env local",
"e2e-remote": "nightwatch tests/scenarios --config nightwatch.js --env remote"
},
"repository": {
"type": "git",
"url": ""
},
"author": "P'unk Avenue",
"license": "MIT",
"dependencies": {
"apostrophe": "github:apostrophecms/apostrophe",
"apostrophe-blog": "github:apostrophecms/apostrophe-blog",
"apostrophe-review-and-deploy": "github:apostrophecms/apostrophe-review-and-deploy",
"apostrophe-site-map": "github:apostrophecms/apostrophe-site-map",
"apostrophe-workflow": "github:apostrophecms/apostrophe-workflow",
"chromedriver": "^2.37.0",
"html2plaintext": "^1.0.1",
"lodash": "^3.10.1",
"moment": "^2.21.0"
},
"devDependencies": {
"death": "^1.1.0",
"once": "^1.4.0",
"nightwatch": "^0.9.20",
"sauce-connect-launcher": "^1.2.3",
"shelljs": "^0.8.1"
}
}