-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 Bytes
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
{
"name": "wxapp-redux",
"version": "1.0.2",
"description": "Wechat App with Redux.",
"keywords": [
"wxapp",
"redux"
],
"main": "src/index.js",
"repository": "git@github.com:rabbitlive/wxapp-redux.git",
"author": "rabbit <yfhj1990@hotmail.com>",
"license": "MIT",
"files": [
"dist",
"src"
],
"scripts": {
"build": "cross-env node node_modules/webpack/bin/webpack.js --config node_modules/rabbitpack/src/LibraryBuilder.js",
"test": "cross-env node node_modules/jest/bin/jest.js --verbose"
},
"devDependencies": {
"rabbitpack": "^0.0.2-rc.20"
},
"dependencies": {
"lodash.isfunction": "^3.0.8",
"react-redux": "^5.0.2",
"redux": "^3.6.0"
},
"jest": {
"transformIgnorePatterns": []
}
}