-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "astra-widgets",
"version": "1.2.16",
"description": "[![pipeline status](http://git.brainstormforce.com/astra/astra-widgets/badges/master/pipeline.svg)](http://git.brainstormforce.com/astra/astra-widgets/commits/master)",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.brainstormforce.com/astra/astra-widgets/"
},
"author": "brainstormforce",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.6.1",
"grunt": "^1.3.0",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.0.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"load-grunt-tasks": "^5.0.0",
"minimist": ">=1.2.3",
"postcss-flexibility": "^2.0.0"
},
"dependencies": {
"browser-sync": "^2.26.13",
"node-sass": "^4.12.0"
}
}