-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 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
62
{
"name": "livingcss",
"version": "7.0.1",
"description": "Generate a style guide using comment driven content creation",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "/~https://github.com/straker/livingcss.git"
},
"keywords": [
"style",
"guide",
"generator",
"css"
],
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"lib/*",
"template/*",
"assets/*"
],
"author": "Steven Lambert <steven@sklambert.com> (http://sklambert.com/)",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/straker/livingcss/issues"
},
"homepage": "/~https://github.com/straker/livingcss",
"dependencies": {
"comment-parser": "^1.3.1",
"glob": "^8.0.3",
"handlebars": "^4.7.7",
"html-minifier": "^4.0.0",
"marked": "^4.0.18",
"mkdirp": "^1.0.4",
"normalize-newline": "^3.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-vulcanize": "^8.0.0",
"jshint": "^2.13.5",
"jshint-stylish": "^2.2.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.0"
}
}