-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.33 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
43
44
45
46
47
{
"name": "nimble-builder",
"version": "3.3.4",
"description": "Simple and smart companion that allows you to insert sections into any existing page, create landing pages or entire websites including header and footer.",
"author": "nikeo",
"license": "GNU GPL v3.0",
"repository": {
"type": "git",
"url": "https://github.com/presscustomizr/nimble-builder"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-lineending": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"grunt-stripcomments": "^0.7.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"jshint-stylish": "^2.2.1",
"load-grunt-config": "^0.19.2",
"lodash": "^4.17.15",
"postcss-calc": "^6.0.2"
},
"browserslist": [
"last 1 version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {}
}