-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 991 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 991 Bytes
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
{
"name": "generator-abvcss-react",
"version": "1.0.0",
"description": "abvCSS framework + React = the best way to create modern user interfaces",
"author": "Anton Babakhin",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"abvcss",
"abvcss-react",
"react",
"user interface",
"javascript",
"starter",
"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-react/issues",
"repository": "abvcss/generator-abvcss-react",
"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"
}