-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
82 lines (82 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "rpd",
"version": "3.0.0-beta.2",
"description": "RPD is a minimal framework for building Node-Based User Interfaces, powered by Reactive Programming",
"author": "Ulric Wilfred <shaman.sir@gmail.com> (http://shamansir.github.io)",
"homepage": "http://shamansir.github.io/rpd",
"repository": {
"type": "git",
"url": "http://github.com/shamansir/rpd.git"
},
"bugs": {
"url": "https://github.com/shamansir/rpd/issues"
},
"keywords": [
"functional-reactive-programming",
"reactive-programming",
"node-user-interface",
"dataflow-programming",
"flow-based-programming",
"generative-art",
"graphics-programming",
"pure-data",
"reactive",
"nodes",
"streams",
"reactive-streams",
"user-interface",
"visualisation"
],
"main": "./src/rpd.js",
"dependencies": {
"d3-selection": "^1.0.3",
"kefir": "^3.7.1"
},
"devDependencies": {
"del": "^2.2.0",
"flow-bin": "^0.38.0",
"google-closure-compiler": "^20170124.0.0",
"gulp": "^3.9.0",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-download": "0.0.1",
"gulp-file-parser": "0.0.1",
"gulp-flowcheck": "^0.4.0",
"gulp-front-matter": "^1.3.0",
"gulp-gzip": "^1.2.0",
"gulp-header": "^1.8.8",
"gulp-layout": "0.0.4",
"gulp-markdown": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
"karma-nyan-reporter": "^0.2.5",
"through2": "^2.0.0",
"yargs": ">3.25.0 <4.0.0"
},
"optionalDependencies": {
"codemirror": "^5.23.0",
"d3": "^4.5.0",
"highlight.js": "^9.9.0",
"p5": "^0.5.7",
"timbre": "^14.11.25",
"webpd": "^0.4.2"
},
"scripts": {
"test": "gulp test && flow check"
},
"directories": {
"lib": "./src",
"bin": "./src",
"doc": "./docs",
"example": "./examples"
},
"license": "MIT"
}