forked from thomas-lebeau/generator-bootstrap-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "generator-bootstrap-less",
"version": "3.2.1",
"description": "Yeoman generator for bootstrap less",
"keywords": [
"yeoman-generator",
"less",
"yeoman",
"generator",
"bootsrap",
"font-awesome",
"glyphicons"
],
"homepage": "https://github.com/Thomas-Lebeau/generator-bootstrap-less",
"bugs": "https://github.com/Thomas-Lebeau/generator-bootstrap-less/issues",
"author": {
"name": "Thomas Lebeau",
"email": "thomas@lebeau.io",
"url": "http://lebeau.io"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Thomas-Lebeau/generator-bootstrap-less.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.17.6",
"yosay": "^1.0.0",
"chalk": "^0.5.1"
},
"peerDependencies": {
"generator-mocha": "~0.1.6"
},
"devDependencies": {
"mocha": "~1.21.4",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^0.6.0",
"grunt-mocha-test": "^0.12.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}