-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "sass-scope-loader",
"version": "0.0.0-development",
"description": "Sass loader to scope styles inside selector",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet\"",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ElderAS/sass-scope-loader.git"
},
"keywords": [
"sass",
"loader",
"webpack",
"scope",
"style"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElderAS/sass-scope-loader/issues"
},
"homepage": "https://github.com/ElderAS/sass-scope-loader#readme",
"dependencies": {
"loader-utils": "^1.1.0",
"schema-utils": "^1.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"semantic-release": "^15.9.17",
"travis-deploy-once": "^5.0.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}