-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 787 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "drupaljam",
"version": "1.0.0",
"description": "The DrupalJam Theme javascript packages.",
"main": "index.js",
"scripts": {
"build": "npm run stylesheets && npm run styleguide",
"stylesheets": "node-sass --importer node_modules/node-sass-magic-importer/dist/cli.js -o dist src/main/style.scss",
"styleguide": "kss --source src/components --builder builder/twig --css ../dist/style.css --namespace atoms:src/components/atoms --namespace molecules:src/components/molecules --namespace organisms:src/components/organisms --namespace main:src/main --homepage ../../README.md"
},
"author": "Dimiter Geelen",
"license": "ISC",
"devDependencies": {
"kss": "^3.0.0-beta.25",
"node-sass": "^4.12.0",
"node-sass-magic-importer": "^5.3.2"
}
}