-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 956 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
40
41
42
{
"name": "underarm",
"version": "0.8.0",
"description": "Transducers for JavaScript with Underscore API and Async extensions",
"main": "underarm.js",
"homepage": "https://github.com/kevinbeaty/underarm",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinbeaty/underarm.git"
},
"keywords": [
"underscore",
"transducer",
"reducer",
"reactive",
"transduce"
],
"author": "Kevin Beaty",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinbeaty/underarm/issues"
},
"dependencies": {
"any-promise": "^1.0.0",
"redispatch": "0.0.2",
"transduce": "^0.10.0",
"transduce-x": "^0.2.0"
},
"devDependencies": {
"browserify": "^9.0.7",
"bundle-collapser": "^1.1.4",
"lodash": "^4.1.0",
"promise": "^7.1.1",
"tap": "^0.7.1",
"tap-bail": "0.0.0",
"tape": "^4.0.0",
"uglify-js": "^2.4.19"
}
}