-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.72 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
{
"name": "ct__kss-node-template-gulp",
"version": "2.1.1",
"description": "CT template for kss-node.",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/chrometoaster/ct__kss-node-template-gulp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch public/scss/main.scss:public/css/main.css --style compressed"
},
"devDependencies": {
"jquery": "^1.12.4"
},
"gitHead": "e9bfa48cbb57e93f53e4b412bbfd66f7a0754d65",
"readme": "# Chrometoaster Custom KSS template\n\n## Assumes use of following technologies / approach\n\n- Use of kss-node in parent project to generate living styleguide\n\n## Setup\n\n1. Include a reference to this repo in the parent project's package.json.\n2. Create a kss config file in the parent project, that looks something like the example-config.json in this directory.\n3. Run the styleguide creation CLI command. This can be part of a taskrunner (gulp) or run on the command line.\n\n````bash\nkss-node --config {path-to-file}/{name-of-kss-config.json}\n````\n\n## Styleguide development\n\n- Compile styles\n\n````bash\nnpm run less\n````\n",
"readmeFilename": "readme.md",
"homepage": "https://bitbucket.org/chrometoaster/ct__kss-node-template-gulp#readme",
"_id": "[email protected]",
"_shasum": "5e785b4fb6b352b874b0dd291bc225e0b3647cbf",
"_from": "git+ssh://[email protected]/chrometoaster/ct__kss-node-template-gulp.git",
"_resolved": "git+ssh://[email protected]/chrometoaster/ct__kss-node-template-gulp.git#bf8487d81a3c0f5bd54f7a7c7795ccc2dc614f4c",
"dependencies": {
"fs-find": "^0.4.0",
"node-json2html": "^1.1.1",
"promise": "^7.1.1",
"recursive-readdir-sync": "^1.0.6"
}
}