forked from steelbrain/linter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "linter",
"main": "./lib/init",
"version": "0.10.0",
"private": true,
"description": "Validates your code using linters.",
"repository": "https://github.com/AtomLinter/Linter.git",
"license": "MIT",
"engines": {
"atom": ">=0.133.0",
"node": ">= 0.10.0"
},
"dependencies": {
"chai": "^1.9.1",
"emissary": "^1.0.0",
"event-kit": "^0.8.1",
"jshint": "^2.4.4",
"lodash": "^2.4.1",
"rimraf": "^2.2.8",
"shelljs": "^0.2.6",
"sinon": "^1.10.0",
"space-pen": "^4.3.3",
"temp": "~0.8.0",
"xregexp": "2.0.0"
},
"devDependencies": {
"biscotto": "^2.1.1",
"grunt": "^0.4.5",
"grunt-coffeelint": "^0.0.10",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "^0.4.5",
"grunt-gh-pages": "^0.9.1",
"grunt-lesslint": "^1.1.3",
"grunt-lintspaces": "^0.5.1",
"load-grunt-tasks": "^0.4.0",
"pygments": "^0.2.0"
}
}