forked from inuitcss/inuitcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
42
43
44
{
"name": "inuitcss",
"version": "6.0.0",
"description": "Extensible, scalable, Sass-based, OOCSS framework for large and long-lasting UI projects.",
"main": "example.main.scss",
"scripts": {
"test": "npm run lint && mocha test/run.js",
"lint": "./node_modules/.bin/stylelint \"**/*.scss\" --syntax scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inuitcss/inuitcss.git"
},
"keywords": [
"oocss",
"sass",
"bem",
"itcss",
"css"
],
"author": "Harry Roberts <[email protected]>",
"contributors": [
"Anselm Hannemann",
"Dennis Heibült",
"Florian Bouvot",
"Nenad Jelovac"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/inuitcss/inuitcss/issues"
},
"homepage": "https://github.com/inuitcss/inuitcss#readme",
"dependencies": {
"sass-mq": "^5.0.0"
},
"devDependencies": {
"glob": "^7.1.3",
"mocha": "^5.2.0",
"node-sass": "^4.9.4",
"sass-true": "^4.0.0",
"stylelint": "^9.6.0",
"stylelint-scss": "^3.3.1"
}
}