-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
42 lines (42 loc) · 1.29 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": "wc-plugin-framework",
"version": "5.15.1",
"title": "WooCommerce Plugin Framework",
"author": "SkyVerge Team",
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
"repository": {
"type": "git",
"url": "https://github.com/skyverge/wc-plugin-framework.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/skyverge/wc-plugin-framework/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"clean": "rimraf woocommerce/payment-gateway/assets/dist",
"build:parcel": "parcel build 'woocommerce/payment-gateway/assets/js/**/*.js' 'woocommerce/payment-gateway/assets/js/**/*.coffee' --out-dir woocommerce/payment-gateway/assets/dist --public-url ..",
"build": "grunt default && npm run build:parcel"
},
"devDependencies": {
"coffeescript": "^2.7",
"gettext-parser": "^8.0",
"grunt": "^1.6",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-coffee": "^2.1",
"grunt-contrib-sass": "^2.0",
"grunt-newer": "^1.3",
"grunt-notify": "^0.4",
"grunt-potomo": "^3.5",
"grunt-shell": "^4.0",
"grunt-text-replace": "^0.4",
"load-grunt-tasks": "~5.1",
"parcel": "1.12.3",
"rimraf": "^5.0",
"time-grunt": "^2.0",
"underscore": "^1.13",
"underscore.string": "^3.3"
}
}