-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "highland-concurrent-flatmap",
"version": "1.1.0",
"description": "highland-concurrent-flatmap",
"main": "index.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parsimotion/highland-concurrent-flatmap.git"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"coffeescript": "^2.3.2",
"grunt-exec": "^3.0.0",
"highland-diverge": "^0.0.1"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"should": "^11.2.1"
},
"peerDependencies": {
"highland": "2.x"
},
"author": "Parsimotion",
"license": "MIT",
"keywords": [
"highland"
],
"bugs": {
"url": "https://github.com/Parsimotion/highland-concurrent-flatmap/issues"
},
"homepage": "https://github.com/Parsimotion/highland-concurrent-flatmap#readme"
}