-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 931 Bytes
/
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
{
"name": "bp-style-modules",
"version": "0.1.0",
"url": "https://github.com/hnla/style-modules",
"license": "GPL-2.0+",
"description": "BuddyPress Style Modules providing additional CSS & JS for themes",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-check-dependencies": "~0.12.0",
"check-dependencies": "^0.12.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.10.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-rtlcss": "~2.0.1",
"grunt-contrib-watch": "~1.0.0",
"load-grunt-tasks": "~0.6.0",
"markdown": "~0.5.0",
"grunt-contrib-less": "~1.4.0",
"grunt-sass": "~1.2.0",
"postcss-reporter": "~1.3.3",
"grunt-stylelint": "^0.6.0",
"postcss-scss": "0.3.0",
"stylelint": "~7.3.1",
"matchdep": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hnla/style-modules"
}
}