UNPKG

1.07 kBJSONView Raw
1{
2 "name": "css-slam",
3 "version": "2.1.2",
4 "description": "Minimal CSS, fast",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "test": "tsc && mocha --ui tdd lib/test/*.js && tslint -p ."
9 },
10 "author": "The Polymer Authors",
11 "license": "BSD-3-Clause",
12 "dependencies": {
13 "command-line-args": "^5.0.2",
14 "command-line-usage": "^5.0.5",
15 "dom5": "^3.0.0",
16 "parse5": "^4.0.0",
17 "shady-css-parser": "^0.1.0"
18 },
19 "devDependencies": {
20 "@types/chai": "^4.1.2",
21 "@types/command-line-args": "^5.0.0",
22 "@types/command-line-usage": "^5.0.1",
23 "@types/mocha": "^2.2.48",
24 "@types/vinyl": "^2.0.2",
25 "chai": "^4.1.2",
26 "mocha": "^5.0.1",
27 "tslint": "^5.9.1",
28 "typescript": "^2.8.3",
29 "vinyl": "^2.1.0"
30 },
31 "engines": {
32 "node": ">=6"
33 },
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/PolymerLabs/css-slam.git"
37 },
38 "bugs": {
39 "url": "https://github.com/PolymerLabs/css-slam/issues"
40 },
41 "homepage": "https://github.com/PolymerLabs/css-slam#readme"
42}