-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
{
"name": "rxx",
"version": "1.0.0",
"description": "simple demonstration of lodash vs rx vs bacon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify front.js -o public/bundle.js -t [ babelify --presets [ es2015 ] ]",
"watch": "watchify front.js -o public/bundle.js -t [ babelify --presets [ es2015 ] ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhahne/rxx.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lhahne/rxx/issues"
},
"homepage": "https://github.com/lhahne/rxx#readme",
"dependencies": {
"@cycle/core": "^6.0.2",
"@cycle/dom": "^9.0.2",
"babel": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"baconjs": "^0.7.83",
"browserify": "^13.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.2.1",
"rx": "^4.0.7",
"watchify": "^3.7.0"
}
}