-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 916 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
{
"name": "cycle-community",
"version": "1.0.0",
"description": "This organization is a place for any Cycle.js project that welcomes collaboration. We welcome all types of projects, from drivers to games to documentation to art.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "./update.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/cyclejs-community/cyclejs-community.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyclejs-community/cyclejs-community/issues"
},
"homepage": "https://github.com/cyclejs-community/cyclejs-community",
"dependencies": {
"@cycle/http": "^9.0.3",
"@cycle/xstream-run": "^3.0.3",
"xstream": "^5.2.4"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0"
}
}