-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
84 lines (84 loc) · 1.81 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "sass-convert",
"version": "0.5.2",
"description": "Node.js bindings to sass-convert",
"keywords": [
"sass",
"scss",
"css",
"convertion"
],
"author": {
"name": "Pascal Duez",
"url": "https://github.com/pascalduez"
},
"contributors": [
{
"name": "Valérian Galliat",
"url": "https://twitter.com/valeriangalliat"
},
{
"name": "Fabrice Weinberg",
"url": "https://twitter.com/fweinb"
},
{
"name": "Hugo Giraudel",
"url": "https://twitter.com/HugoGiraudel"
}
],
"homepage": "https://github.com/SassDoc/sass-convert",
"bugs": "https://github.com/SassDoc/sass-convert/issues",
"repository": {
"type": "git",
"url": "git://github.com/SassDoc/sass-convert.git"
},
"license": "Unlicense",
"files": [
"bin",
"dist",
"CHANGELOG.md",
"index.js",
"README.md",
"UNLICENSE"
],
"dependencies": {
"concat-stream": "^1.4.7",
"dargs": "^4.0.0",
"ends-with": "^0.2.0",
"es6-denodeify": "^0.1.0",
"es6-promise": "^3.0.2",
"memoize-decorator": "^1.0.2",
"object-assign": "^3.0.0",
"semver": "^5.0.1",
"semver-regex": "^1.0.0",
"through2": "^2.0.0",
"which": "^1.0.5"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^7.1.1",
"babel-istanbul": "^0.3.17",
"chalk": "^1.0.0",
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
"faucet": "0.0.1",
"gulp-rename": "^1.2.0",
"readdirp": "^1.3.0",
"rimraf": "^2.2.8",
"standard": "^8.6.0",
"tape": "^4.2.0",
"vinyl-fs": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=2.1.0"
},
"scripts": {
"test": "make dist test"
},
"standard": {
"parser": "babel-eslint",
"env": { "mocha": true }
}
}