-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
55
56
57
58
59
{
"name": "modulo",
"version": "1.0.0",
"description": "A better way to find NPM modules.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/bower/bin/bower install && gulp prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wafers/modulo.git"
},
"keywords": [
"npm",
"modules",
"visualization",
"ranking",
"find",
"npm",
"registry"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wafers/modulo/issues"
},
"homepage": "https://github.com/wafers/modulo#readme",
"dependencies": {
"body-parser": "^1.13.3",
"bower": "^1.4.1",
"cheerio": "^0.19.0",
"express": "^4.13.3",
"fs": "0.0.2",
"github": "^0.2.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"memjs": "^0.8.6",
"moment": "^2.10.6",
"mongodb": "^2.0.47",
"morgan": "^1.6.1",
"npm-download-counts": "^0.1.1",
"npm-registry": "^0.1.13",
"request": "^2.60.0",
"sassdoc": "^2.1.15",
"seraph": "^0.13.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"del": "^1.2.1",
"gulp-minify-css": "^1.2.3",
"gulp-uglifyjs": "^0.6.2",
"gulp-usemin": "^0.3.20",
"main-bower-files": "^2.11.1"
}
}