UNPKG

2.14 kBJSONView Raw
1{
2 "name": "node-sass",
3 "version": "4.13.1",
4 "libsass": "3.5.4",
5 "description": "Wrapper around libsass",
6 "license": "MIT",
7 "bugs": "https://github.com/sass/node-sass/issues",
8 "homepage": "https://github.com/sass/node-sass",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/sass/node-sass"
12 },
13 "author": {
14 "name": "Andrew Nesbitt",
15 "email": "andrewnez@gmail.com",
16 "url": "http://andrew.github.com"
17 },
18 "engines": {
19 "node": ">=0.10.0"
20 },
21 "main": "lib/index.js",
22 "nodeSassConfig": {
23 "binarySite": "https://github.com/sass/node-sass/releases/download"
24 },
25 "bin": {
26 "node-sass": "bin/node-sass"
27 },
28 "gypfile": true,
29 "scripts": {
30 "coverage": "node scripts/coverage.js",
31 "install": "node scripts/install.js",
32 "postinstall": "node scripts/build.js",
33 "lint": "node_modules/.bin/eslint bin/node-sass lib scripts test",
34 "test": "node_modules/.bin/mocha test/{*,**/**}.js",
35 "build": "node scripts/build.js --force",
36 "prepublish": "not-in-install && node scripts/prepublish.js || in-install"
37 },
38 "files": [
39 "bin",
40 "binding.gyp",
41 "lib",
42 "scripts",
43 "src",
44 "test",
45 "vendor"
46 ],
47 "keywords": [
48 "css",
49 "libsass",
50 "preprocessor",
51 "sass",
52 "scss",
53 "style"
54 ],
55 "dependencies": {
56 "async-foreach": "^0.1.3",
57 "chalk": "^1.1.1",
58 "cross-spawn": "^3.0.0",
59 "gaze": "^1.0.0",
60 "get-stdin": "^4.0.1",
61 "glob": "^7.0.3",
62 "in-publish": "^2.0.0",
63 "lodash": "^4.17.15",
64 "meow": "^3.7.0",
65 "mkdirp": "^0.5.1",
66 "nan": "^2.13.2",
67 "node-gyp": "^3.8.0",
68 "npmlog": "^4.0.0",
69 "request": "^2.88.0",
70 "sass-graph": "^2.2.4",
71 "stdout-stream": "^1.4.0",
72 "true-case-path": "^1.0.2"
73 },
74 "devDependencies": {
75 "coveralls": "^3.0.2",
76 "eslint": "^3.4.0",
77 "fs-extra": "^0.30.0",
78 "istanbul": "^0.4.2",
79 "mocha": "^3.1.2",
80 "mocha-lcov-reporter": "^1.2.0",
81 "object-merge": "^2.5.1",
82 "read-yaml": "^1.0.0",
83 "rimraf": "^2.5.2",
84 "sass-spec": "https://github.com/sass/sass-spec.git#dc2d573",
85 "unique-temp-dir": "^1.0.0"
86 }
87}