blob: 6f1a8e69df5e464da20efb08a27400c888c5e22d [file] [log] [blame]
Matteo Scandolo56304cf2016-03-24 17:28:33 -07001{
2 "name": "xos-styling",
3 "version": "0.0.1",
4 "scripts": {
5 "server": "browser-sync start --proxy xos.dev:9999 --files \"../../xos/core/dashboard/views/*.py, ../../xos/templates/**/*.html, ../../xos/core/static/xos.css\"",
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}