-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 998 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 998 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
33
34
35
36
37
38
39
40
{
"name": "fj-curry",
"version": "1.0.0",
"description": "curry a function",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "babel --out-dir dist --ignore *.test.js src"
},
"repository": {
"type": "git",
"url": "https://github.com/fp-js/fj-curry.git"
},
"keywords": [
"fp-dom",
"fp",
"dom"
],
"contributors": [
"hemanth.hm <hemanth.hm@gmail.com> (http://www.h3manth.com)",
"stoeffel <schtoeffel@gmail.com> (http://www.schtoeffel.ch)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fp-js/fj-curry/issues"
},
"homepage": "https://github.com/fp-js/fj-curry",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"prova": "^2.1.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.8.0"
}
}