UNPKG

1.27 kBJSONView Raw
1{
2 "name": "stylint",
3 "version": "1.3.4",
4 "description": "A linter for stylus",
5 "author": "Ross Patton",
6 "license": "GPL-3.0",
7 "keywords": [
8 "cli",
9 "css",
10 "hinter",
11 "lint",
12 "linter",
13 "styl",
14 "style",
15 "stylint",
16 "stylus",
17 "stylus-hint",
18 "stylus-lint"
19 ],
20 "main": "index.js",
21 "files": [
22 "bin/",
23 "index.js",
24 "src/"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/rossPatton/stylint"
29 },
30 "bugs": {
31 "url": "https://github.com/rossPatton/stylint/issues"
32 },
33 "bin": {
34 "stylint": "./bin/stylint"
35 },
36 "preferGlobal": true,
37 "devDependencies": {
38 "chai": "1.10.0",
39 "eslint": "1.2.1",
40 "istanbul": "0.3.5",
41 "mocha": "2.0.1",
42 "sinon": "1.12.2",
43 "touch": "1.0.0"
44 },
45 "dependencies": {
46 "async": "1.4.2",
47 "chokidar": "1.2.0",
48 "glob": "5.0.15",
49 "lodash.defaults": "3.1.2",
50 "minimatch": "3.0.0",
51 "path-is-absolute": "1.0.0",
52 "stampit": "1.1.0",
53 "strip-json-comments": "1.0.4",
54 "yargs": "3.27.0"
55 },
56 "scripts": {
57 "lint": "eslint src/",
58 "pretest": "npm run lint",
59 "start": "node --harmony index.js",
60 "test": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/test.js"
61 }
62}