-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
43
44
45
46
{
"name": "monad-wrapper",
"version": "1.0.17",
"description": "wrap by monad",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"axios": "^0.18.0",
"ramda": "^0.25.0",
"ramda-fantasy": "^0.8.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"mocha": "^5.0.1",
"should": "^7.1.0"
},
"scripts": {
"build": "rm -rf ./dist && ./node_modules/babel-cli/bin/babel.js lib --out-dir dist",
"test": "npm run build && node_modules/mocha/bin/mocha $(find ./test/ -name '**/*.js') --recursive --timeout 5000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChanghoonHyun/monad-wrapper.git"
},
"keywords": [
"monad",
"node"
],
"author": "chhyun",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChanghoonHyun/monad-wrapper/issues"
},
"homepage": "https://github.com/ChanghoonHyun/monad-wrapper#readme"
}