UNPKG

555 BJSONView Raw
1{
2 "name": "bss",
3 "version": "1.2.9",
4 "description": "Better Style Sheets",
5 "main": "bss.js",
6 "module": "lib/index.js",
7 "scripts": {
8 "test": "TEST=true npm run build && ospec",
9 "prepublishOnly": "npm run build",
10 "build": "rollup -c"
11 },
12 "author": "Rasmus Porsager <rasmus@porsager.com>",
13 "repository": "porsager/bss",
14 "license": "WTFPL",
15 "devDependencies": {
16 "ospec": "3.0.1",
17 "rollup": "0.62.0",
18 "rollup-plugin-buble": "0.19.2",
19 "rollup-plugin-filesize": "2.0.0",
20 "rollup-plugin-uglify": "4.0.0"
21 }
22}