UNPKG

1.35 kBJSONView Raw
1{
2 "name": "shady-css-parser",
3 "version": "0.1.0",
4 "description": "A fast, small and flexible CSS parser.",
5 "main": "dist/shady-css.js",
6 "typings": "dist/shady-css.d.ts",
7 "devDependencies": {
8 "@types/chai": "^4.0.1",
9 "@types/chai-subset": "^1.3.0",
10 "@types/mocha": "^2.2.39",
11 "@types/node": "^8.0.13",
12 "chai": "^4.1.0",
13 "chai-subset": "^1.5.0",
14 "clang-format": "^1.0.53",
15 "mocha": "^3.0.0",
16 "source-map-support": "^0.4.15",
17 "tslint": "^5.5.0",
18 "typescript": "^2.4.1",
19 "watchy": "^0.6.7"
20 },
21 "scripts": {
22 "prepublishOnly": "npm run build",
23 "build": "tsc",
24 "test": "npm run build && mocha --require source-map-support/register dist/test/*.js",
25 "test:sloppy": "tsc || echo '' && mocha --require source-map-support/register dist/test/*.js",
26 "test:watch": "watchy -w src/ -- npm test --loglevel=silent",
27 "lint": "tslint -p ./",
28 "format": "find src | grep '\\.js$\\|\\.ts$' | xargs clang-format --style=file -i"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/PolymerLabs/shady-css-parser.git"
33 },
34 "author": {
35 "name": "The Polymer Authors"
36 },
37 "license": "BSD-3-Clause",
38 "bugs": {
39 "url": "https://github.com/PolymerLabs/shady-css-parser/issues"
40 },
41 "homepage": "https://github.com/PolymerLabs/shady-css-parser#readme"
42}