-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.6 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
{
"name": "node-sass-china",
"version": "3.2.0",
"libsass": "3.2.5",
"description": "Wrapper around libsass (国情,不翻墙版)",
"license": "MIT",
"homepage": "https://github.com/EdwonLim/node-sass-china",
"repository": {
"type": "git",
"url": "https://github.com/EdwonLim/node-sass-china"
},
"author": {
"name": "edwonlim",
"email": "[email protected]",
"url": "http://ued.qunar.com"
},
"engines": {
"node": ">=0.10.0"
},
"main": "lib/index.js",
"nodeSassConfig": {
"binarySite": "http://ued.qunar.com/node-sass/release"
},
"bin": {
"node-sass": "bin/node-sass"
},
"gypfile": true,
"scripts": {
"coverage": "node scripts/coverage.js",
"install": "node scripts/install.js",
"postinstall": "node scripts/build.js",
"pretest": "node_modules/.bin/jshint bin lib scripts test",
"test": "node_modules/.bin/mocha test"
},
"files": [
"bin",
"binding.gyp",
"lib",
"scripts",
"src"
],
"keywords": [
"css",
"libsass",
"preprocessor",
"sass",
"scss",
"style"
],
"dependencies": {
"async-foreach": "^0.1.3",
"chalk": "^1.0.0",
"gaze": "^0.5.1",
"get-stdin": "^4.0.1",
"glob": "^5.0.3",
"meow": "^3.1.0",
"mkdirp": "^0.5.0",
"nan": "^1.8.4",
"npmconf": "^2.1.1",
"pangyp": "^2.2.0",
"request": "^2.55.0",
"sass-graph": "^2.0.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"cross-spawn": "^0.2.8",
"jscoverage": "^0.5.9",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"mocha-lcov-reporter": "^0.0.2",
"rimraf": "^2.3.2"
}
}