UNPKG

1.36 kBJSONView Raw
1{
2 "name": "stylint",
3 "version": "1.5.1",
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 "devDependencies": {
37 "chai": "3.5.0",
38 "eslint": "2.12.0",
39 "istanbul": "0.4.3",
40 "mocha": "2.5.3",
41 "sinon": "1.17.4",
42 "touch": "1.0.0"
43 },
44 "dependencies": {
45 "async": "1.5.2",
46 "chalk": "1.1.3",
47 "chokidar": "1.5.2",
48 "columnify": "1.5.4",
49 "eslint": "2.13.0",
50 "glob": "7.0.4",
51 "lodash.defaults": "4.0.1",
52 "path-is-absolute": "1.0.0",
53 "stampit": "1.2.0",
54 "strip-json-comments": "2.0.1",
55 "user-home": "2.0.0",
56 "yargs": "4.7.1"
57 },
58 "scripts": {
59 "cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/test.js",
60 "lint": "eslint .",
61 "precover": "npm run lint",
62 "pretest": "npm run lint",
63 "start": "node --harmony index.js",
64 "test": "mocha"
65 }
66}