mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2024-11-27 01:20:23 +00:00
1957db76ec
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
32 lines
751 B
JSON
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"
|
|
}
|
|
}
|