PluginProbe
bbPress Voting / trunk
bbPress Voting vtrunk
2.1.10.2 2.1.10.3 2.1.10.4 2.1.10.5 2.1.10.6 2.1.11.0 2.1.11.1 2.1.11.10 2.1.11.11 2.1.11.12 2.1.11.2 2.1.11.3 2.1.11.4 2.1.11.5 2.1.11.6 2.1.11.7 2.1.11.8 2.1.11.9 2.1.12.0 2.1.12.1 2.1.12.2 2.1.12.3 2.1.12.7 2.1.13.0 2.1.13.1 All 93 releases
bbp-voting / package.json

package.json in bbPress Voting trunk, at package.json

28 lines 836 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "bbp-voting",
3 "version": "1.0.0",
4 "description": "=== bbPress Voting ===\r Contributors: natekinkead\r Donate link: paypal.me/natekinkead\r Tags: bbpress, voting, vote, rating, rate, topics, replies, up, down, stackoverflow, forum\r Requires at least: 3.0\r Tested up to: 4.9.8\r Stable tag: 1.0.3\r License: GPLv3\r License URI: http://www.gnu.org/licenses/gpl.html",
5 "main": "bbp-voting.php",
6 "watch": {
7 "start": {
8 "patterns": [
9 "css",
10 "scss"
11 ],
12 "extensions": "scss"
13 }
14 },
15 "scripts": {
16 "test": "npm run start",
17 "start": "node-sass --output-style compressed -o css css/scss",
18 "watch": "npm-watch"
19 },
20 "author": "natekinkead",
21 "license": "ISC",
22 "dependencies": {
23 "node-sass": "^9.0.0",
24 "npm-watch": "^0.4.0",
25 "scss-compile": "^0.1.7"
26 }
27 }
28