{ "name": "postcss-comment", "version": "2.0.0", "description": "Allow postcss to support inline comments", "main": "index.js", "scripts": { "test": "tap test/*.js", "coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test" }, "repository": { "type": "git", "url": "git+https://github.com/zoubin/postcss-comment.git" }, "keywords": [ "postcss", "inline", "comment" ], "author": "zoubin", "license": "MIT", "bugs": { "url": "https://github.com/zoubin/postcss-comment/issues" }, "homepage": "https://github.com/zoubin/postcss-comment#readme", "dependencies": { "postcss": "^6.0.0" }, "devDependencies": { "postcss-scss": "^0.1.9", "tap": "^6.0.0" } }