forked from maasglobal/maas-schemas
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.14 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
{
"name": "maas-schemas",
"version": "3.3.0",
"description": "Schemas for MaaS infrastructure",
"main": "index.js",
"engine": {
"node": ">=6"
},
"scripts": {
"lint": "gulp validate",
"test": "jest",
"build": "node build.js",
"prepublish": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maasglobal/maas-schemas.git"
},
"keywords": [
"schemas",
"maas",
"JSON"
],
"author": "",
"contributors": [
"James Nguyen",
"Klaus Dahlen",
"Lauri Svan"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/maasglobal/maas-schemas/issues"
},
"homepage": "https://github.com/maasglobal/maas-schemas#readme",
"dependencies": {
"ajv": "^6.5.2",
"fast-glob": "^2.2.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^5.0.0",
"eslint-plugin-import": "^1.11.1",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-jest": "^2.0.0",
"gulp-json-lint": "^0.1.0",
"gulp-jsonlint": "^1.1.2",
"jest": "^22.4.3",
"jest-cli": "^22.4.3"
}
}