-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 829 Bytes
/
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
{
"name": "fluxxor-wrapper",
"version": "1.0.3",
"description": "A hoc try to implement FluxMixin and StoreWatchMixin of fluxxor",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frozenfung/fluxxor-wrapper.git"
},
"keywords": [
"flux",
"fluxxor",
"hoc"
],
"author": "frozenfung",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0"
},
"bugs": {
"url": "https://github.com/frozenfung/fluxxor-wrapper/issues"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"homepage": "https://github.com/frozenfung/fluxxor-wrapper#readme"
}