-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.15 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
40
41
42
{
"name": "@bill4time/node-sass-loader",
"description": "A helper library for the node-sass module. This provides a call to compile a directory to another directory.",
"homepage": "https://github.com/Bill4Time/node-sass-loader",
"keywords": [
"node-sass",
"node",
"sass",
"loader"
],
"author": "Logan Knecht <loganknecht@gmail.com>",
"version": "0.1.7",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Bill4Time/node-sass-loader"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Bill4Time/node-sass-loader/issues"
},
"dependencies": {
"fs-helper": "^0.1.0",
"lodash": "^3.9.3",
"node-sass": "^3.2.0",
"wrench": "^1.5.8"
},
"devDependencies": {},
"maintainers": [{
"name": "loganknecht",
"email": "loganknecht@gmail.com"
}, {
"name": "jzon",
"email": "jeremydiviney@gmail.com"
}, {
"name": "winhandelj",
"email": "jeff@goaldriven.com"
}]
}