This repository was archived by the owner on Jul 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.01 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.01 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
70
71
72
73
74
75
{
"name": "chef",
"version": "0.3.0",
"description": "Cook delicious styleguides using Gulp!",
"url": "https://github.com/nandomoreirame/chef",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"lint": "./node_modules/.bin/eslint ./**/*.js -c ./.eslintrc --quiet",
"precommit": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nandomoreirame/chef.git"
},
"keywords": [
"gulp",
"gulpjs",
"js",
"styleguide",
"stylesheet",
"sass",
"scss"
],
"author": "Fernando Moreira <nandomoreira.me+github@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nandomoreirame/chef/issues"
},
"homepage": "https://github.com/nandomoreirame/chef#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.6",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"front-matter": "^2.1.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.6.1",
"gulp-clean": "^0.3.2",
"gulp-combine-mq": "^0.4.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-filter": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.12.0",
"gulp-hb": "^6.0.2",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^3.0.0",
"gulp-jsbeautifier": "^2.1.0",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"js-yaml": "^3.8.2",
"node-bourbon": "^4.2.8",
"run-sequence": "^1.2.2",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"prismjs": "^1.6.0"
}
}