-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
98 lines (98 loc) · 2.49 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "nucleus-styleguide",
"license": "MIT",
"version": "1.1.1",
"main": "index.js",
"description": "Generate an atomic style guide from DocBlock annotations",
"author": "Michael Seibt <[email protected]>",
"preferGlobal": true,
"contributors": [
{
"name": "Michael Seibt",
"email": "[email protected]"
}
],
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover _mocha",
"build": "./node_modules/.bin/gulp build --production",
"build_docs": "./node_modules/.bin/gulp dist --gulpfile docs/gulpfile.js --production"
},
"bin": {
"nucleus": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/holidaypirates/nucleus"
},
"bugs": {
"url": "https://github.com/holidaypirates/nucleus/issues"
},
"keywords": [
"style guide",
"style guide generator",
"living style guide",
"atomic css",
"sass",
"scss"
],
"dependencies": {
"chalk": "^1.1.3",
"color": "^0.11.3",
"dot-object": "^1.5.0",
"glob": "^7.0.5",
"json-hash": "^1.2.0",
"lodash": "^4.15.0",
"lorem-ipsum": "^1.0.3",
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"ora": "^0.3.0",
"postcss": "^5.1.2",
"postcss-scss": "^0.1.9",
"prettyjson": "^1.1.3",
"prompt-sync": "^4.1.4",
"pug": "^2.0.0-beta5",
"wordwrap": "^1.0.0",
"yargs": "^4.8.1"
},
"devDependencies": {
"clipboard": "^1.5.12",
"consolidate": "^0.14.1",
"del": "^2.2.2",
"gridle": "^2.0.48",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-consolidate": "^0.2.0",
"gulp-copy": "0.0.2",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-logwarn": "0.0.9",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"hash-files": "^1.1.1",
"istanbul": "^0.4.4",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.1",
"keymaster": "^1.6.2",
"merge-stream": "^1.0.0",
"mocha": "^3.0.2",
"postcss-reporter": "^1.4.1",
"prismjs": "^1.5.1",
"sass-mq": "^3.2.9",
"selectize": "^0.12.2",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^12.0.0",
"sweetalert2": "^7.0.9",
"tpl-loader": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"webpack": "^1.13.1"
}
}