third_party_weex-loader/deps/weex-styler/package.json
zhongjianfei 1957db76ec zhongjianfei@huawei.com
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
2021-08-28 12:11:55 +08:00

32 lines
751 B
JSON

{
"name": "weex-styler",
"version": "0.3.0",
"description": "Weex <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/weexteam/weex-styler.git"
},
"keywords": [
"weex"
],
"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"
}
}