-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
87 lines (87 loc) · 2.33 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
83
84
85
86
87
{
"name": "noflo-browser",
"description": "Reference browser build of NoFlo",
"version": "1.2.2",
"author": {
"name": "Jon Nordby",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-browser.git"
},
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "simple-server . 3000",
"test": "karma start",
"postinstall": "noflo-cache-preheat",
"posttest": " node spec/utils/checksize.js"
},
"dependencies": {
"fbp-protocol-client": "^0.3.0",
"noflo": "~1.1.1",
"noflo-adapters": "^0.3.0",
"noflo-ajax": "^0.3.0",
"noflo-amd": "^0.2.0",
"noflo-assembly": "^0.3.1",
"noflo-assembly-utils": "^0.2.0",
"noflo-canvas": "^0.4.2",
"noflo-clmtrackr": "^0.3.0",
"noflo-core": "^0.6.0",
"noflo-css": "^0.2.0",
"noflo-dom": "^0.3.0",
"noflo-flow": "^0.8.0",
"noflo-geometry": "^0.3.0",
"noflo-groups": "^0.3.0",
"noflo-gum": "^0.4.0",
"noflo-image": "^0.4.0",
"noflo-indexeddb": "^0.3.0",
"noflo-interaction": "^0.3.0",
"noflo-localstorage": "^0.3.0",
"noflo-math": "^0.4.0",
"noflo-objects": "^0.7.0",
"noflo-packets": "^0.3.0",
"noflo-physics": "^0.3.0",
"noflo-react": "^0.3.0",
"noflo-routers": "^0.5.0",
"noflo-runtime": "^0.6.0",
"noflo-runtime-postmessage": "^0.10.0",
"noflo-strings": "^0.5.0",
"noflo-tween": "^0.3.0",
"noflo-webaudio": "^0.4.0",
"noflo-websocket": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"chai": "^4.0.0",
"coffee-loader": "^2.0.0",
"coffee-script": "^1.12.7",
"coffeescript": "^2.2.1",
"copy-webpack-plugin": "^7.0.0",
"events": "^3.2.0",
"fbp-loader": "^0.1.2",
"html-webpack-plugin": "^5.0.0",
"karma": "^6.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^8.1.3",
"noflo-component-loader": "^0.4.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"puppeteer": "^8.0.0",
"simple-server": "^1.0.1",
"util": "^0.12.3",
"webpack": "^5.5.0",
"webpack-cli": "^4.2.0",
"workbox-webpack-plugin": "^6.0.0-alpha.3"
},
"keywords": [
"noflo",
"fbp"
]
}