smartsass/package.json
2017-02-16 00:37:20 +01:00

26 lines
547 B
JSON

{
"name": "smartsass",
"version": "1.0.0",
"description": "smart wrapper for sass",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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"
},
"homepage": "https://gitlab.com/pushrocks/smartsass#README"
}