forked from stevenschobert/metalsmith-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 827 Bytes
/
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
{
"name": "metalsmith-sass",
"version": "1.7.0",
"description": "Sass plugin for Metalsmith.",
"main": "lib/index.js",
"scripts": {
"test": "mocha --harmony --reporter spec test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/stevenschobert/metalsmith-sass.git"
},
"keywords": [
"metalsmith",
"sass"
],
"author": "Steven Schobert <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenschobert/metalsmith-sass/issues"
},
"homepage": "https://github.com/stevenschobert/metalsmith-sass",
"devDependencies": {
"assert": "^1.4.1",
"assert-dir-equal": "^1.0.1",
"metalsmith": "^2.3.0",
"mocha": "^5.2.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"async": "^2.6.0",
"node-sass": "^4.13.0"
}
}