forked from atom/scandal
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 965 Bytes
/
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": "scandal",
"version": "3.2.0",
"description": "Directory Search and Scan Utilities",
"main": "./lib/scandal.js",
"bin": {
"scandal": "./bin/scandal"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt clean lint coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/scandal.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/atom/scandal/issues"
},
"homepage": "http://atom.github.io/scandal",
"dependencies": {
"argparse": "^1.0.2",
"git-utils": "^5.7.3",
"isbinaryfile": "^2.0.4",
"minimatch": "^2.0.9",
"split": "^1.0.0",
"temp": "^0.8.3"
},
"devDependencies": {
"coffeelint": "^1.15.7",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-shell": "^1.1.2",
"jasmine-focused": "^1.0.7",
"rimraf": "^2.4.2",
"wrench": "^1.5.8"
}
}