-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.57 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
{
"name": "grunt-noflo-browser",
"description": "Grunt plugin for building NoFlo projects for the browser",
"version": "2.0.2",
"homepage": "https://github.com/noflo/grunt-noflo-browser",
"author": {
"name": "Henri Bergius",
"email": "[email protected]",
"url": "http://bergie.iki.fi"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/grunt-noflo-browser.git"
},
"bugs": {
"url": "https://github.com/noflo/grunt-noflo-browser/issues"
},
"license": "MIT",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.0",
"bluebird": "^3.4.0",
"clone": "^2.1.0",
"coffee-loader": "^2.0.0",
"coffeescript": "^2.0.2",
"fbp-loader": "^0.1.1",
"noflo-component-loader": "^0.4.0",
"noflo-runtime-headless": "^0.2.0",
"noflo-webpack-config": "^2.0.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"utils": "^0.3.1",
"webpack": "^5.0.0"
},
"devDependencies": {
"chai": "^4.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-exec": "^3.0.0",
"grunt-karma": "^4.0.0",
"karma": "^6.1.1",
"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"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"noflo"
]
}