-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.61 KB
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
63
64
65
{
"name": "lightshow",
"version": "0.1.0",
"description": "A style guide generator based off stylemark.",
"keywords": [
"styleguide generator",
"style guide generator",
"living styleguide generator",
"living style guide generator",
"css styleguide",
"css style guide",
"sass styleguide",
"sass style guide",
"living styleguide",
"living style guide",
"component library",
"design pattern"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"bin": {
"lightshow": "bin/lightshow"
},
"homepage": "https://github.com/wearelighthouse/lightshow",
"repository": "https://github.com/wearelighthouse/lightshow.git",
"bugs": {
"url": "https://github.com/wearelighthouse/lightshow/issues"
},
"contributors": [
"Mike Petrovich <michael.c.petrovich@gmail.com>",
"John Evans <burntcustard@gmail.com>"
],
"license": "MIT",
"engine": {
"node": "6.x"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-react": "^6.24.1",
"bluebird": "^3.5.3",
"browser-sync": "^2.26.3",
"chokidar": "^2.0.4",
"common-js-file-extensions": "^1.0.2",
"find-root": "^1.1.0",
"fs-extra": "^4.0.3",
"gray-matter": "^2.1.1",
"handlebars": "^4.0.12",
"iframe-resizer": "^3.6.3",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"markdown-extensions": "^1.1.1",
"marked": "^0.3.19",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"node-dir": "^0.1.17",
"yargs": "^13.2.4"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^4.0.0",
"gulp-mocha": "^6.0.0"
}
}