This repository was archived by the owner on Nov 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.72 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.72 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
66
67
68
69
{
"name": "stylemark",
"version": "3.1.7",
"description": "A living style guide generator for everything.",
"keywords": [
"styleguide generator",
"style guide generator",
"living styleguide generator",
"living style guide generator",
"react styleguide",
"react style guide",
"angular styleguide",
"angular style guide",
"ember styleguide",
"ember style guide",
"css styleguide",
"css style guide",
"less styleguide",
"less 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": {
"stylemark": "bin/stylemark"
},
"homepage": "https://github.com/nextbigsoundinc/stylemark",
"repository": "https://github.com/nextbigsoundinc/stylemark.git",
"bugs": {
"url": "https://github.com/nextbigsoundinc/stylemark/issues"
},
"author": "Mike Petrovich <michael.c.petrovich@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"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^4.0.0",
"gulp-mocha": "^6.0.0"
}
}