UNPKG

505 BJSONView Raw
1{
2 "name": "huan",
3 "version": "0.0.9",
4 "description": "FP",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "./watch.sh",
8 "prepublish": "babel -d lib src"
9 },
10 "keywords": [
11 "FP"
12 ],
13 "devDependencies": {
14 "babel": "^5.8.9"
15 },
16 "dependencies": {
17 "babel-loader": "^6.2.0",
18 "lodash.clone": "^3.0.3",
19 "lodash.curry": "^3.0.2",
20 "lodash.isplainobject": "^3.2.0"
21 },
22 "author": "Fei Liu <liu.feiwood@gmail.com> (https://github.com/geastwood)",
23 "license": "MIT"
24}