-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1004 Bytes
/
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
{
"name": "generator-ox-ui-module",
"version": "0.17.2",
"description": "An ox ui module generator for Yeoman",
"keywords": [
"yeoman-generator"
],
"homepage": "https://www.open-xchange.com",
"author": {
"name": "Julian Bäume",
"email": "julian.baeume@open-xchange.com"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/Open-Xchange-Frontend/generator-ox-ui-module.git"
},
"scripts": {
"test": "grunt && nyc mocha"
},
"dependencies": {
"slugify": "^1.3.4",
"yeoman-generator": "^4.0.1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}