-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 925 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
{
"name": "generator-abvcss",
"version": "1.0.3",
"description": "abvCSS is a CSS-methodology and framework for creating modern, dynamic and supported web interfaces",
"author": "Anton Babakhin",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"abvcss",
"css methodology",
"css framework",
"css",
"bem",
"sass",
"less",
"postcss",
"webpack",
"normalize.css",
"bootstrap",
"foundation",
"bulma"
],
"homepage": "https://abvcss.github.io/abvcss-website/",
"bugs": "https://github.com/abvcss/generator-abvcss/issues",
"repository": "abvcss/abvcss",
"scripts": {
"test": "mocha --timeout 20000 --slow 0"
},
"engines": {
"node": ">=9.0.0"
},
"dependencies": {
"deep-extend": "*",
"mocha": "5.2.0",
"yeoman-assert": "3.1.1",
"yeoman-generator": "*",
"yeoman-test": "1.8.0"
},
"license": "MIT"
}