-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "generator-lx-module",
"version": "0.1.6",
"description": "Yeoman generator for creating a node.js/bower module, including tests",
"homepage": "https://github.com/litixsoft/generator-lx-module",
"author": "Litixsoft GmbH <[email protected]> (http://www.litixsoft.de)",
"maintainers": [
"Andreas Krummsdorf <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/generator-lx-module.git"
},
"bugs": {
"url": "https://github.com/litixsoft/generator-lx-module/issues"
},
"license": "The MIT License (MIT)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/generator-lx-module/blob/master/LICENSE"
}
],
"keywords": [
"yeoman-generator",
"scaffold",
"node.js",
"component",
"front-end",
"node",
"module",
"bower"
],
"dependencies": {
"bower-name": "^1.0.0",
"npm-name": "^1.0.2",
"yeoman-generator": "^0.18.4"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-bump": "^0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-eslint": "^2.1.0",
"grunt-release": "^0.9.0",
"npm-check-updates": "^1.3.0",
"load-grunt-tasks": "^1.0.0",
"underscore.string": "^2.4.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "grunt lint"
}
}