-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
52 lines (52 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
{
"name": "generator-smacss",
"version": "0.2.2",
"description": "Perfectionist Frontend Generator",
"author": {
"name": "Logesh Paul",
"email": "[email protected]",
"url": "https://github.com/logeshpaul"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FuelFrontend/generator-smacss/blob/master/LICENSE-MIT.md"
}
],
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"mvc",
"smacss",
"web-generator"
],
"homepage": "https://github.com/FuelFrontend/generator-smacss",
"bugs": "https://github.com/FuelFrontend/generator-smacss/issues",
"repository": {
"type": "git",
"url": "[email protected]:FuelFrontend/generator-smacss.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3"
},
"dependencies": {
"yeoman-generator": "^0.17.3",
"chalk": "~0.4.0",
"yosay": "^0.1.0",
"wiredep": "^2.2.2",
"shelljs": "^0.4.0"
},
"peerDependencies": {
"yo": ">=1.0.0",
"generator-mocha": ">=0.1.0",
"gulp": ">=3.5.0"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}