-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
38 lines (38 loc) · 874 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
35
36
37
38
{
"name": "sassdash",
"version": "0.9.0",
"description": "The Sass implementation of lodash.",
"main": "scss/_sassdash.scss",
"directories": {
"test": "tests"
},
"devDependencies": {
"mocha": "^5.0.5",
"node-sass": "4.8.3",
"sass-true": "^4.0.0",
"should": "^13.2.1"
},
"peerDependencies": {
"node-sass": "^4.0.0"
},
"scripts": {
"test": "mocha tests/index.js",
"test:dev": "./node_modules/node-sass/bin/node-sass tests/tests.scss"
},
"repository": {
"type": "git",
"url": "https://github.com/davidkpiano/sassdash.git"
},
"keywords": [
"sassdash",
"sass",
"scss",
"lodash"
],
"author": "David Khourshid <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidkpiano/sassdash/issues"
},
"homepage": "https://github.com/davidkpiano/sassdash"
}