This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
48
49
50
51
52
53
{
"name": "customer-area-build-environment",
"version": "1.0.0",
"description": "Build tools for WP Customer Area",
"author": {
"name": "Vincent Mimoun-Prat",
"email": "[email protected]",
"url": "http://marvinlabs.com/"
},
"homepage": "http://wp-customerarea.com",
"bugs": {
"url": "http://github.com/marvinlabs/customer-area-build-environment/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/marvinlabs/wpca-products-build-environment.git"
},
"license": "GPL-2.0",
"devDependencies": {
"autoprefixer": "^9.5.1",
"bower": "^1.8.8",
"cssnano": "^4.1.10",
"eqcss": "1.9.1",
"extend": "^3.0.2",
"glob": "^7.1.3",
"grunt": "^1.0.4",
"grunt-checkpending": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-doctoc": "^0.1.1",
"grunt-exec": "^3.0.0",
"grunt-git": "^1.0.13",
"grunt-postcss": "^0.9.0",
"grunt-potomo": "^3.5.0",
"grunt-sync": "^0.8.0",
"grunt-text-replace": "^0.4.0",
"grunt-transifex": "^0.1.1",
"grunt-version": "^1.3.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"grunt-wpca": "^0.6.1",
"grunt-wrap": "^0.3.1",
"load-grunt-config": "^1.0.1",
"npm-check-updates": "^3.1.8",
"pixrem": "^5.0.0"
}
}