mini.css/node_modules/sass.js/package.json
Angelos Chalaris 11e48409bb Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00

89 lines
2.2 KiB
JSON

{
"_from": "sass.js",
"_id": "sass.js@0.10.9",
"_inBundle": false,
"_integrity": "sha512-eHI/9qdncEcJwgher1QFCCNIxgL6Mq1IcSTil72pRkYuTDOJo5u7LFmLcWgadPfi53D88GuaxzsviwheDsBYoQ==",
"_location": "/sass.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "sass.js",
"name": "sass.js",
"escapedName": "sass.js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/sass.js/-/sass.js-0.10.9.tgz",
"_shasum": "a5d7d8b9e4b448b58d6ff6cd14c802893cbd288d",
"_spec": "sass.js",
"_where": "E:\\git Repositories\\minicss",
"author": {
"name": "Rodney Rehm",
"email": "http://rodneyrehm.de",
"url": "mail+github@rodneyrehm.de"
},
"bugs": {
"url": "https://github.com/medialize/sass.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Sebastian Golasch",
"url": "http://asciidisco.com/"
},
{
"name": "Christian Kruse",
"url": "http://http://wwwtech.de/"
}
],
"deprecated": false,
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
"devDependencies": {
"benchmark": "^2.0.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.3.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.1.0",
"mocha": "^3.2.0",
"node-sass": "^3.13.1",
"time-grunt": "^1.1.0"
},
"files": [
"dist/",
"maps/"
],
"homepage": "http://medialize.github.com/sass.js/",
"keywords": [
"libsass",
"sass",
"scss",
"css"
],
"libsass": "3.4.9",
"license": "MIT",
"main": "./dist/sass.sync.js",
"name": "sass.js",
"repository": {
"type": "git",
"url": "git+https://github.com/medialize/sass.js.git"
},
"scripts": {
"build": "grunt build",
"lint": "grunt lint",
"test": "grunt test"
},
"title": "Sass.js - API for emscripted libsass",
"version": "0.10.9"
}