UNPKG

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