-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.24 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "anthology",
"description": "Module information and stats for any @npmjs user",
"version": "1.0.0",
"homepage": "https://github.com/dylang/anthology",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/dylang/anthology.git"
},
"bugs": {
"url": "https://github.com/dylang/anthology/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dylang/anthology/blob/master/LICENSE-MIT"
}
],
"main": "lib/anthology",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.0",
"grunt-notify": "^0.3.0",
"grunt-readme": "~0.4.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.21.4",
"proxyquire": "^1.0.1",
"time-grunt": "^1.0.0"
},
"keywords": [],
"dependencies": {
"asciitable": "0.0.7",
"github": "^0.2.0",
"github-url-from-git": "^1.4.0",
"minimatch": "^1.0.0",
"npmconf": "^2.1.0",
"optimist": "^0.6.0",
"q": "^1.0.1",
"request": "^2.36.0"
}
}