falcon-styler
Version:
Falcon <style> transformer
33 lines (32 loc) • 775 B
JSON
{
"name": "falcon-styler",
"version": "0.3.9",
"description": "Falcon <style> transformer",
"main": "index.js",
"scripts": {
"test": "gulp test && npm run cover",
"cover": "node node_modules/isparta/bin/isparta cover node_modules/gulp-mocha/node_modules/.bin/_mocha -- --reporter dot"
},
"repository": {
"type": "git",
"url": "https://github.com/falconteam/falcon-styler.git"
},
"keywords": [
"falcon",
"styler"
],
"author": "songsiqi <songsiqi2006@126.com>",
"license": "MIT",
"dependencies": {
"css": "~2.2.1"
},
"devDependencies": {
"chai": "~3.4.1",
"gulp": "~3.9.0",
"gulp-jscs": "~3.0.2",
"gulp-mocha": "~2.2.0",
"sinon": "~1.17.2",
"sinon-chai": "~2.8.0",
"isparta": "~4.0.0"
}
}