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