2017-02-15 23:34:09 +00:00
|
|
|
{
|
|
|
|
"name": "smartsass",
|
2017-03-11 23:55:47 +00:00
|
|
|
"version": "1.0.4",
|
2017-02-15 23:34:09 +00:00
|
|
|
"description": "smart wrapper for sass",
|
|
|
|
"main": "dist/index.js",
|
2017-02-15 23:37:20 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-02-15 23:34:09 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartsass.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SASS",
|
|
|
|
"Promise",
|
|
|
|
"Lossless"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartsass/issues"
|
|
|
|
},
|
2017-03-05 17:29:46 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartsass#README",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/node-sass": "^3.10.32",
|
|
|
|
"node-sass": "^4.5.0",
|
|
|
|
"smartfile": "^4.1.7",
|
|
|
|
"smartq": "^1.1.1",
|
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
}
|
2017-02-15 23:34:09 +00:00
|
|
|
}
|