smartsass/package.json

26 lines
547 B
JSON
Raw Normal View History

2017-02-15 23:34:09 +00:00
{
"name": "smartsass",
2017-02-15 23:37:35 +00:00
"version": "1.0.1",
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"
},
"homepage": "https://gitlab.com/pushrocks/smartsass#README"
}