-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "noflo-component-loader",
"version": "0.4.1",
"description": "NoFlo Component Loader generator for WebPack and other module bundlers",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run spec",
"lint": "eslint lib/*.js index.js",
"spec": "mocha --reporter spec spec/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-component-loader.git"
},
"keywords": [
"noflo",
"ecosystem:noflo",
"loader"
],
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/noflo/noflo-component-loader/issues"
},
"homepage": "https://github.com/noflo/noflo-component-loader#readme",
"devDependencies": {
"chai": "^4.1.2",
"coffee-loader": "^2.0.0",
"coffeescript": "^2.0.2",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.8.0",
"fbp-loader": "^0.1.2",
"mocha": "^8.1.3",
"noflo": "^1.2.0",
"noflo-core": "^0.6.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"fbp-manifest": "^0.3.1",
"loader-utils": "^2.0.0"
}
}