-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1 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
{
"name": "flowhub-registry",
"version": "0.2.0",
"description": "Flowhub runtime registry API",
"main": "index.js",
"scripts": {
"pretest": "eslint *.js spec/*.js",
"test": "grunt test"
},
"bin": {
"flowhub-registry-register": "./bin/flowhub-registry-register"
},
"repository": {
"type": "git",
"url": "git://github.com/flowhub/flowhub-registry.git"
},
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^7.0.0",
"superagent": "^6.1.0"
},
"devDependencies": {
"chai": "^4.0.0",
"coffee-loader": "^2.0.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"fbp-loader": "^0.1.1",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"grunt-noflo-browser": "^2.0.2",
"json-loader": "^0.5.4",
"mocha": "^8.2.0",
"nock": "^13.0.4",
"uuid": "^8.3.1"
}
}