2017-02-15 23:34:09 +00:00
|
|
|
{
|
2018-09-19 22:47:15 +00:00
|
|
|
"name": "@pushrocks/smartsass",
|
2018-11-28 10:04:26 +00:00
|
|
|
"version": "2.0.3",
|
2018-09-19 22:47:15 +00:00
|
|
|
"private": false,
|
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": {
|
2018-09-19 22:47:15 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2017-02-15 23:34:09 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2018-11-28 10:03:50 +00:00
|
|
|
"@pushrocks/smartfile": "^6.0.11",
|
2018-09-19 22:47:15 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2017-03-05 17:29:46 +00:00
|
|
|
"@types/node-sass": "^3.10.32",
|
2018-11-28 10:03:50 +00:00
|
|
|
"node-sass": "^4.10.0"
|
2018-09-19 22:47:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
2018-11-28 10:03:50 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.13",
|
2018-09-19 22:47:15 +00:00
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
2018-11-28 10:03:50 +00:00
|
|
|
"@types/node": "^10.12.10",
|
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"tslint-config-prettier": "^1.17.0"
|
2017-03-05 17:29:46 +00:00
|
|
|
}
|
2018-11-28 10:04:26 +00:00
|
|
|
}
|