forked from haiticss/haiticss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "@haiticss/haiticss",
"version": "1.0.0-alpha",
"description": "Just another baseline perspective to wear any project with the ITCSS architecture",
"repository": {
"type": "git",
"url": "git+https://github.com/haiticss/haiticss.git"
},
"keywords": [
"sass",
"bem",
"itcss",
"bemit"
],
"author": "Daniel Fornells",
"license": "MIT",
"bugs": {
"url": "https://github.com/haiticss/haiticss/issues"
},
"homepage": "https://github.com/haiticss/haiticss#readme",
"scripts": {
"precommit": "cross-env BUILD_ENV=travisci npm run check",
"check": "npm-run-all --parallel check:**",
"check:stylelint": "node ./tasks/check_linter_rules.js",
"check:sass": "node ./tasks/check_sass_compile.js",
"resolve-sass-imports": "node tasks/resolve-sass-imports.js"
},
"devDependencies": {
"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",
"stylelint": "^7.1.0",
"stylelint-scss": "^1.3.4"
},
"main": "src/haiticss.scss"
}