forked from commercetools/commercetools-sunrise-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 872 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "commercetools-sunrise-php",
"version": "0.2.0",
"description": "SUNRISE PHP is a template shopfront implementation that implements a complete online shop on the commercetools eCommerce platform using the following components",
"scripts": {
"pretest": "selenium-standalone install",
"test": "features_run",
"test:remote": "NODE_ENV=remote cucumber-js node_modules/sunrise-scenarios/features"
},
"repository": {
"type": "git",
"url": "git+https://jayS-de@github.com/commercetools/commercetools-sunrise-php.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/commercetools/commercetools-sunrise-php/issues"
},
"homepage": "https://github.com/commercetools/commercetools-sunrise-php#readme",
"devDependencies": {
"selenium-standalone": "^5.5.0",
"sunrise-scenarios": "^0.1.2"
}
}