-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 867 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
{
"name": "bp-progenitor",
"version": "0.1.0",
"url": "https://github.com/hnla/bp-progenitor",
"license": "GPL-2.0+",
"description": "Template pack theme starter theme for BuddyPress based on the next gen template pack",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-check-dependencies": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-rtlcss": "~2.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-sass": "~2.0.0",
"grunt-stylelint": "~0.8.0",
"matchdep": "~1.0.1",
"postcss-scss": "~1.0.0",
"stylelint": "~7.10.1",
"stylelint-config-wordpress": "~11.0.0"
},
"engines": {
"node": ">=6.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hnla/bp-progenitor"
}
}