-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "weex-tabbar",
"version": "1.1.1",
"description": "weex custom tabbar Component , Support children component and Label text",
"main": "./index.js",
"scripts": {
"build": "weex index.we -o ./build/ && weex ./components/tab1.we -o ./build/components/ && weex ./components/tab2.we -o ./build/components/ && weex ./components/tab3.we -o ./build/components/ && weex ./components/tab4.we -o ./build/components/"
},
"repository": {
"type": "git",
"url": "https://github.com/zhouyuexie/weex-tabbar.git"
},
"keywords": [
"weex",
"tabbar",
"weexcomponents",
"javascript",
"customcomponents",
"android",
"ios"
],
"author": "zhouyuexie",
"license": "ISC",
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-runtime": "^6.11.6",
"serve": "^1.4.0",
"webpack": "^1.13.1",
"weex-html5": "^0.3.0",
"weex-loader": "^0.3.1"
},
"dependencies": {
"weex-components": "^0.2.0"
}
}