-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 933 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
{
"name": "draw-cycle",
"version": "1.0.0",
"description": "Simple Cycle.js application visualized: streams, events, DOM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "grunty grunt-gh-pages gh-pages deploy.json",
"issues": "git-issues"
},
"keywords": [
"cycle",
"cycle.js",
"demo"
],
"author": "Gleb Bahmutov <[email protected]>",
"license": "MIT",
"public": false,
"repository": {
"type": "git",
"url": "[email protected]:bahmutov/draw-cycle.git"
},
"bugs": {
"url": "https://github.com/bahmutov/draw-cycle/issues"
},
"homepage": "https://github.com/bahmutov/draw-cycle",
"dependencies": {
"@cycle/core": "6.0.0",
"@cycle/dom": "9.0.2",
"es6-promise": "3.0.2",
"rx": "4.0.7"
},
"devDependencies": {
"git-issues": "1.2.0",
"grunt-gh-pages": "1.0.0",
"grunty": "0.2.0"
}
}