smartsass/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2017-02-15 23:34:09 +00:00
{
"name": "@pushrocks/smartsass",
2018-11-28 10:04:26 +00:00
"version": "2.0.3",
"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": {
"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": {
"@pushrocks/smartfile": "^6.0.11",
"@pushrocks/smartpromise": "^2.0.5",
2017-03-05 17:29:46 +00:00
"@types/node-sass": "^3.10.32",
"node-sass": "^4.10.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@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
}