Initial commit
[yaffs-website] / node_modules / grunt-contrib-sass / package.json
1 {
2   "_args": [
3     [
4       "grunt-contrib-sass",
5       "/var/www/yaffs"
6     ]
7   ],
8   "_from": "grunt-contrib-sass@latest",
9   "_id": "grunt-contrib-sass@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt-contrib-sass",
13   "_nodeVersion": "5.7.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/grunt-contrib-sass-1.0.0.tgz_1457125073912_0.30366725684143603"
17   },
18   "_npmUser": {
19     "email": "vlad@vladikoff.com",
20     "name": "vladikoff"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {
24     "lru-cache": "2.7.3",
25     "number-is-nan": "1.0.1"
26   },
27   "_requested": {
28     "name": "grunt-contrib-sass",
29     "raw": "grunt-contrib-sass",
30     "rawSpec": "",
31     "scope": null,
32     "spec": "latest",
33     "type": "tag"
34   },
35   "_requiredBy": [
36     "#DEV:/"
37   ],
38   "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-1.0.0.tgz",
39   "_shasum": "806838251cbc0e1a94d64d515cdd34cf674d701b",
40   "_shrinkwrap": null,
41   "_spec": "grunt-contrib-sass",
42   "_where": "/var/www/yaffs",
43   "author": {
44     "name": "Grunt Team",
45     "url": "http://gruntjs.com/"
46   },
47   "bugs": {
48     "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
49   },
50   "contributors": [
51     {
52       "name": "Sindre Sorhus",
53       "url": "https://github.com/sindresorhus"
54     },
55     {
56       "name": "Radko Dinev",
57       "url": "https://github.com/radkodinev"
58     }
59   ],
60   "dependencies": {
61     "async": "^0.9.0",
62     "chalk": "^1.0.0",
63     "cross-spawn": "^0.2.3",
64     "dargs": "^4.0.0",
65     "which": "^1.0.5"
66   },
67   "description": "Compile Sass to CSS",
68   "devDependencies": {
69     "grunt": "^0.4.5",
70     "grunt-cli": "^0.1.13",
71     "grunt-contrib-clean": "^0.6.0",
72     "grunt-contrib-internal": "^0.4.10",
73     "grunt-contrib-jshint": "^0.11.0",
74     "grunt-contrib-nodeunit": "^0.4.1"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "806838251cbc0e1a94d64d515cdd34cf674d701b",
79     "tarball": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-1.0.0.tgz"
80   },
81   "engines": {
82     "node": ">=0.10.0"
83   },
84   "files": [
85     "tasks"
86   ],
87   "gitHead": "d60bcf59f98be79e980b64885e18b20023ba64b5",
88   "homepage": "https://github.com/gruntjs/grunt-contrib-sass#readme",
89   "keywords": [
90     "compile",
91     "css",
92     "gruntplugin",
93     "preprocessor",
94     "sass",
95     "scss",
96     "style"
97   ],
98   "license": "MIT",
99   "maintainers": [
100     {
101       "name": "cowboy",
102       "email": "cowboy@rj3.net"
103     },
104     {
105       "name": "jmeas",
106       "email": "jellyes2@gmail.com"
107     },
108     {
109       "name": "shama",
110       "email": "kyle@dontkry.com"
111     },
112     {
113       "name": "sindresorhus",
114       "email": "sindresorhus@gmail.com"
115     },
116     {
117       "name": "tkellen",
118       "email": "tyler@sleekcode.net"
119     },
120     {
121       "name": "vladikoff",
122       "email": "vlad@vladikoff.com"
123     }
124   ],
125   "name": "grunt-contrib-sass",
126   "optionalDependencies": {},
127   "peerDependencies": {
128     "grunt": ">=0.4.0"
129   },
130   "readme": "ERROR: No README data found!",
131   "repository": {
132     "type": "git",
133     "url": "git+https://github.com/gruntjs/grunt-contrib-sass.git"
134   },
135   "scripts": {
136     "test": "grunt test"
137   },
138   "version": "1.0.0"
139 }