-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 801 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 801 Bytes
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
{
"name": "melange",
"version": "0.7.1",
"description": "A low level SASS based CSS framework for general usage",
"repository": {
"type": "git",
"url": "https://github.com/bcinarli/melange.git"
},
"dependencies": {
"kafein": "latest"
},
"devDependencies": {
"npm-watch": "^0.1.6",
"sass": "latest",
"sass-lint": "^1.9.0"
},
"watch": {
"lint": "lib/**/*.scss"
},
"scripts": {
"lint": "sass-lint 'lib/**/*.scss' -v -q",
"watch": "npm-watch"
},
"keywords": [
"sass",
"css",
"css-framework",
"style"
],
"author": "Bilal Cinarli <bcinarli@gmail.com> (http://bcinarli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcinarli/melange/issues"
},
"homepage": "https://github.com/bcinarli/melange"
}