-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
38
39
40
41
42
{
"name": "iflux-native",
"version": "1.0.9",
"description": "iflux是我们探索将immutable.js和react.js更好的粘合的一种方案, 现在我们支持native端",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/hufeng/iflux-native.git"
},
"keywords": [
"immutbale",
"react",
"Native",
"iflux"
],
"files": [
"README.md",
"LICENSE",
"lib"
],
"author": "hufeng <[email protected]>",
"license": "BSD",
"dependencies": {
"events": "^1.0.2"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"immutable": "^3.8.1",
"jest": "^19.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-test-renderer": "^15.4.2"
}
}