-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 876 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
37
38
39
{
"name": "fj-some",
"version": "2.0.0",
"description": "functional `some` for an array.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/fp-js/fj-some.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-some/issues"
},
"homepage": "https://github.com/fp-js/fj-some",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-rename": "^1.2.0",
"gulp-babel": "^5.0.0",
"gulp-run": "^1.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-watch": "^4.1.0",
"mochify": "^2.2.0"
},
"dependencies": {
"fj-curry": "^1.0.0"
}
}