123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "name": "node-sass",
- "version": "2.0.1",
- "libsass": "3.1.0",
- "description": "Wrapper around libsass",
- "license": "MIT",
- "homepage": "https://github.com/sass/node-sass",
- "repository": {
- "type": "git",
- "url": "https://github.com/sass/node-sass"
- },
- "author": {
- "name": "Andrew Nesbitt",
- "email": "andrewnez@gmail.com",
- "url": "http://andrew.github.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "main": "lib/index.js",
- "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": "jshint bin lib test",
- "test": "mocha test"
- },
- "files": [
- "bin",
- "binding.gyp",
- "lib",
- "scripts",
- "src",
- "test"
- ],
- "keywords": [
- "css",
- "libsass",
- "preprocessor",
- "sass",
- "scss",
- "style"
- ],
- "dependencies": {
- "chalk": "^0.5.1",
- "cross-spawn": "^0.2.6",
- "gaze": "^0.5.1",
- "get-stdin": "^4.0.1",
- "meow": "^3.0.0",
- "mkdirp": "^0.5.0",
- "mocha": "^2.1.0",
- "nan": "^1.6.2",
- "npmconf": "^2.1.1",
- "object-assign": "^2.0.0",
- "replace-ext": "0.0.1",
- "request": "^2.53.0",
- "sass-graph": "^1.0.3",
- "semver": "^4.2.2",
- "shelljs": "^0.3.0"
- },
- "devDependencies": {
- "coveralls": "^2.11.2",
- "jscoverage": "^0.5.9",
- "jshint": "^2.6.0",
- "mocha-lcov-reporter": "^0.0.1",
- "pangyp": "^2.1.0"
- },
- "gitHead": "5bff1c73369aa37dd543c2d760952b1275f23c85",
- "bugs": {
- "url": "https://github.com/sass/node-sass/issues"
- },
- "_id": "node-sass@2.0.1",
- "_shasum": "28101ce16fae0584bea95242b400b2cc1d958b83",
- "_from": "node-sass@~2.0.1",
- "_npmVersion": "2.5.1",
- "_nodeVersion": "1.2.0",
- "_npmUser": {
- "name": "am11",
- "email": "adeelbm@outlook.com"
- },
- "maintainers": [
- {
- "name": "andrewnez",
- "email": "andrewnez@gmail.com"
- },
- {
- "name": "deanmao",
- "email": "deanmao@gmail.com"
- },
- {
- "name": "laurentgoderre",
- "email": "laurent.goderre@gmail.com"
- },
- {
- "name": "keithamus",
- "email": "npm@keithcirkel.co.uk"
- },
- {
- "name": "am11",
- "email": "adeelbm@outlook.com"
- }
- ],
- "dist": {
- "shasum": "28101ce16fae0584bea95242b400b2cc1d958b83",
- "tarball": "http://registry.npmjs.org/node-sass/-/node-sass-2.0.1.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-2.0.1.tgz",
- "readme": "ERROR: No README data found!"
- }
|