-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "woocommerce-record-store",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
},
"description": "[![Build Status](https://travis-ci.com/aaltomeri/woocommerce-discogs.svg?token=xnusFssXy56u3zLepMKh&branch=master)](https://travis-ci.com/aaltomeri/woocommerce-discogs)",
"directories": {
"test": "tests"
},
"scripts": {
"start": "docker-compose -f .docker/docker-compose.yml up -d",
"stop": "docker-compose -f .docker/docker-compose.yml down",
"test": "vendor/bin/phpunit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasmery/woocommerce-discogs.git"
},
"keywords": [
"woocommerce",
"record-store",
"discogs"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/thomasmery/woocommerce-discogs/issues"
},
"homepage": "https://github.com/thomasmery/woocommerce-discogs#readme"
}