-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.75 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.75 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "github-tracker",
"version": "0.1.323",
"description": "Issue tracking",
"main": "dist/app.js",
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover grunt tests --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/ciuliot/github-tracker"
},
"author": "Oto Ciulis",
"license": "BSD",
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-bower-requirejs": "*",
"grunt-bower-task": "*",
"grunt-bump": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-yuidoc": "*",
"grunt-typescript": "*",
"grunt-vows-runner": "*",
"grunt-zip": "*",
"istanbul": "*",
"should": "*",
"should-http": "*",
"vows": "*"
},
"dependencies": {
"async": "*",
"body-parser": "*",
"bootable": "*",
"bootable-environment": "0.2.x",
"connect": "*",
"connect-ensure-login": "*",
"connect-mongodb": "*",
"connect-powered-by": "*",
"cookie": "*",
"cookie-parser": "*",
"coveralls": "*",
"diveSync": "*",
"errorhandler": "*",
"express": "*",
"express-session": "*",
"github": "*",
"jade": "*",
"locomotive": "*",
"log4js": "*",
"marked": "*",
"method-override": "*",
"moment": "*",
"mongoose": "*",
"morgan": "*",
"mustache": "*",
"nib": "*",
"passport": "*",
"passport-github": "*",
"passport-http": "*",
"passport-local": "*",
"request": "*",
"serve-favicon": "*",
"socket.io": "*",
"stylus": "*",
"underscore": "*"
}
}