-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "windows-azure-storage",
"version": "4.5.1",
"description": "Use the Microsoft Azure Storage service to host your website's media files.",
"homepage": "https://github.com/10up/windows-azure-storage#readme",
"bugs": {
"url": "https://github.com/10up/windows-azure-storage/issues"
},
"license": "BSD-2-Clause",
"author": {
"name": "10up",
"email": "opensource@10up.com",
"url": "https://10up.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/windows-azure-storaget"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"cypress:open": "cypress open --config-file tests/cypress/config.js --e2e --browser chrome",
"cypress:run": "cypress run --config-file tests/cypress/config.js",
"env": "wp-env",
"postenv:start": "./tests/bin/initialize.sh"
},
"dependencies": {
"grunt": "^1.5.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^4.0.0"
},
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@wordpress/env": "^10.1.0",
"cypress": "^13.3.1"
}
}