package.json in bbPress Voting trunk, at package.json
| 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 |