css-slam
Version:
Minimal CSS, fast
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "css-slam",
"version": "2.1.2",
"description": "Minimal CSS, fast",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "tsc && mocha --ui tdd lib/test/*.js && tslint -p ."
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"dependencies": {
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"dom5": "^3.0.0",
"parse5": "^4.0.0",
"shady-css-parser": "^0.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/command-line-args": "^5.0.0",
"@types/command-line-usage": "^5.0.1",
"@types/mocha": "^2.2.48",
"@types/vinyl": "^2.0.2",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.8.3",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolymerLabs/css-slam.git"
},
"bugs": {
"url": "https://github.com/PolymerLabs/css-slam/issues"
},
"homepage": "https://github.com/PolymerLabs/css-slam#readme"
}