nuke-qn-icon
Version:
图标
72 lines (71 loc) • 1.52 kB
JSON
{
"name": "nuke-qn-icon",
"version": "2.0.1",
"description": "图标",
"main": "lib/index",
"module": "src/index",
"files": [
"lib",
"docs",
"theme",
"README.md",
"HISTORY.md",
"src"
],
"keywords": [
"nuke",
"icon",
"weex",
"rax",
"nuke-icon"
],
"author": {
"name": "leanhunter",
"email": "heww@live.cn"
},
"scripts": {
"dev": "nuke-bin server",
"build": "nuke-bin build",
"prepublish": "nuke-bin build",
"test": "nuke-bin test",
"lint": "eslint '@(src|docs)/**/*.@(js|jsx|md)' || true"
},
"engines": {
"weex": "",
"aliweex": ""
},
"weex": {
"plugins": {},
"market": {
"thumbnail": "https://img.alicdn.com/tfs/TB15b8LSFXXXXaEaXXXXXXXXXXX-1242-2208.png"
}
},
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:nuke/qn-icon.git"
},
"dependencies": {
"nuke-core": "^2.x.x",
"nuke-env": "^2.x.x",
"nuke-iconfont": "^2.x.x",
"nuke-image": "^2.x.x",
"nuke-text": "^2.x.x",
"nuke-theme-provider": "^2.x.x",
"nuke-touchable": "^2.x.x",
"nuke-view": "^2.x.x"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "3.19.0",
"eslint-config-ali": "2.0.0",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.1.0",
"nuke-layout": "2.x.x",
"nuke-page": "^2.x.x"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"license": "Apache"
}