-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "@prudencss/sass",
"version": "0.1.1",
"description": "Just another baseline perspective to wear any project with the ITCSS architecture",
"repository": {
"type": "git",
"url": "git+https://github.com/prudencss/sass.git"
},
"keywords": [
"sass",
"bem",
"itcss",
"bemit"
],
"author": "Johannes Neugschwentner",
"license": "MIT",
"bugs": {
"url": "https://github.com/prudencss/sass/issues"
},
"homepage": "https://github.com/prudencss/sass#readme",
"scripts": {
"check": "npm-run-all --parallel check:**",
"check:sasslint": "npx sass-lint -c ./.sass-lint.yml './src/**/*.sass' -v -q",
"check:sass": "node ./tasks/check_sass_compile.js",
"resolve-sass-imports": "node tasks/resolve-sass-imports.js"
},
"devDependencies": {
"JSONStream": "^1.3.4",
"chalk": "^1.1.3",
"cross-env": "^4.0.0",
"husky": "^0.13.3",
"import-resolve": "^0.4.0",
"node-sass": "^4.5.2",
"npm-run-all": "^4.0.2",
"sass-lint": "^1.12.1"
},
"main": "src/prudencss.sass",
"dependencies": {
"ajv": "^6.5.3"
}
}