forked from kefirjs/kefir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
56
{
"name": "kefir",
"version": "1.0.0",
"description": "Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage",
"main": "dist/kefir.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"frp",
"bacon",
"bacon.js",
"kefir",
"kefir.js",
"functional",
"reactive",
"stream",
"streams",
"EventStream",
"Rx",
"RxJs",
"Observable"
],
"author": "Roman Pominov <[email protected]>",
"homepage": "https://github.com/pozadi/kefir",
"repository": {
"type": "git",
"url": "http://github.com/pozadi/kefir.git"
},
"license": "MIT",
"devDependencies": {
"baconjs": "0.7.43",
"benchmark": "1.0.0",
"coffee-script": "1.9.0",
"coffeeify": "1.0.0",
"grunt": "0.4.5",
"grunt-bower-task": "0.4.0",
"grunt-browserify": "3.3.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-jade": "0.14.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jasmine-node": "0.2.1",
"grunt-release": "0.7.0",
"load-grunt-tasks": "3.1.0",
"rx": "2.3.24",
"semver": "2.3.0",
"shelljs": "0.3.0",
"sinon": "1.12.2",
"transducers-js": "0.4.135",
"transducers.js": "0.2.3"
}
}