-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.29 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
{
"name": "sassdoc-theme-pheek",
"description": "Sasscoc theme with heavy weighting to codeformatting that matches the atom text editor",
"title": "Sassdoc Pheek Theme",
"author": "Pete Hotchkiss",
"version": "0.6.0",
"logo": "logo-name.png",
"keywords": [
"sassdoc-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/pete-hotchkiss/sassdoc-theme-pheek.git"
},
"files": [
"assets",
"views",
"dist",
"default.json",
"index.js",
"LICENSE.md",
"README.md"
],
"main": "dist",
"dependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"chroma-js": "^0.6.3",
"es6-denodeify": "^0.1.0",
"es6-promise": "^2.0.1",
"extend": "^2.0.0",
"fs-extra": "^0.16.3",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-json-sass": "0.0.2",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "^1.6.0",
"html-minifier": "^0.7.0",
"sassdoc-extras": "^2.4.0",
"swig": "1.4.0",
"swig-extras": "^0.0.1",
"wiredep": "^4.0.0"
},
"devDependencies": {
"babel": "^4.4.0",
"gulp-concat": "^2.6.1",
"gulp-strip-css-comments": "^1.2.0",
"jshint": "^2.6.0",
"uglify-js": "^2.4.15"
}
}