Matteo Scandolo | 56304cf | 2016-03-24 17:28:33 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "xos-styling", |
| 3 | "version": "0.0.1", |
| 4 | "scripts": { |
Matteo Scandolo | 48008ed | 2016-03-29 13:49:39 -0700 | [diff] [blame] | 5 | "server": "browser-sync start --config bs-config.js", |
Matteo Scandolo | 56304cf | 2016-03-24 17:28:33 -0700 | [diff] [blame] | 6 | "styles": "node-sass -w -r --include-path --source-map-embed -o ../../xos/core/static/ ./sass/xos.scss", |
| 7 | "start": "concurrently \"npm run styles\" \"npm run server\"" |
| 8 | }, |
| 9 | "devDependencies": { |
| 10 | "browser-sync": "^2.11.2", |
| 11 | "concurrently": "^2.0.0", |
| 12 | "node-sass": "^3.4.2" |
| 13 | } |
| 14 | } |