-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 891 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
37
38
{
"name": "sheetify-sass",
"version": "2.1.1",
"description": "SASS plugin for Sheetify",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && NODE_ENV=test node test",
"test:cov": "standard && npm run deps && NODE_ENV=test nyc node test/index.js"
},
"repository": "stackcss/sheetify-sass",
"keywords": [
"sass",
"sheetify",
"libsass",
"c",
"fast",
"lol",
"transform",
"plugin"
],
"license": "MIT",
"dependencies": {
"node-sass": "^4.12.0",
"xtend": "^4.0.2"
},
"devDependencies": {
"bl": "^3.0.0",
"browserify": "^16.3.0",
"css-extract": "^1.3.0",
"dependency-check": "^2.10.1",
"insert-css": "^2.0.0",
"nyc": "^15.0.0",
"sheetify": "^8.0.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
}
}