UNPKG

fis-parser-sass

Version:

A parser plugin for fis to compile sass file.

29 lines (28 loc) 851 B
{ "name": "fis-parser-sass", "description": "A parser plugin for fis to compile sass file.", "version": "1.2.0", "author": "FIS Team <fis@baidu.com>", "homepage": "http://fis.baidu.com/", "keywords": [ "fis", "sass" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/fouber/fis-parser-sass.git" }, "engines": { "node": ">=0.8.0" }, "scripts": { "test": "mocha --reporter dot --check-leaks test/", "test-cov": "env istanbul=1 mocha --reporter dot --check-leaks test/", "test-travis": "env istanbul=1 istanbul_report=lcovonly mocha --reporter spec --check-leaks test/", "dev": "rm -rf debug && node ./node_modules/fis/bin/fis release -cf ./test/fixtures/basic/fis-conf.js -r ./test/fixtures/basic -d ./debug" }, "dependencies": { "sass": "1.39.2" } }