sass/package.json

23 lines
581 B
JSON

{
"//": [
"This is used to track dependencies for the Travis CI tests run on this ",
"repository. For the official Sass npm package, see ",
"https://npmjs.org/package/sass."
],
"dependencies": {
"colors": "^1.3.3",
"diff": "^4.0.1",
"glob": "^7.1.3",
"markdown-link-check": "^3.7.2",
"markdown-toc": "^1.2.0"
},
"devDependencies": {
"standard": "^12.0.1"
},
"scripts": {
"link-check": "node test/link-check.js",
"toc-check": "node test/toc-check.js",
"test": "standard && npm run toc-check && npm run link-check"
}
}