forked from rayrutjes/wc-order-search-admin
-
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) · 773 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 773 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": "wc-order-search-admin",
"version": "1.12.1",
"main": "Gruntfile.js",
"author": "Raymond RUTJES",
"scripts": {
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"conventional-changelog-cli": "^1.3.1",
"github-contributors-list": "^1.2.3",
"grunt": "~0.4.5",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"node-bourbon": "~4.2.3"
}
}