-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
63 lines (63 loc) · 1.57 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
60
61
62
63
{
"name": "stats.bower.io",
"version": "1.0.0",
"engines": {
"node": "0.10.x"
},
"description": "",
"main": "index.coffee",
"scripts": {
"start": "./scripts/start.sh",
"stop": "./scripts/stop.sh",
"test": "echo \"Error: no tests yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rayshan/stats.bower.io.git"
},
"author": "Ray Shan",
"license": "MIT",
"bugs": {
"url": "https://github.com/rayshan/stats.bower.io/issues"
},
"homepage": "https://github.com/rayshan/stats.bower.io",
"dependencies": {
"bluebird": "2.1.2",
"bower-registry-client": "0.2.1",
"coffee-script": "1.7.1",
"compression": "1.0.7",
"express": "4.4.3",
"express-limiter": "1.3.0",
"googleapis": "0.7.0",
"later": "1.1.6",
"limiter": "1.0.5",
"lodash-node": "2.4.1",
"moment": "2.7.0",
"newrelic": "1.7.2",
"octokit": "0.10.1",
"redis": "0.10.3",
"request": "2.36.0"
},
"devDependencies": {
"gulp": "3.8.0",
"gulp-angular-templatecache": "1.1.3",
"gulp-bg": "0.0.5",
"gulp-changed": "0.3.0",
"gulp-coffee": "1.4.3",
"gulp-concat": "2.2.0",
"gulp-html-replace": "1.1.0",
"gulp-htmlmin": "0.1.2",
"gulp-less": "1.2.3",
"gulp-less-sourcemap": "1.3.3",
"gulp-load-plugins": "0.5.1",
"gulp-minify-css": "0.3.4",
"gulp-ng-annotate": "0.1.1",
"gulp-plumber": "0.6.2",
"gulp-replace": "0.3.0",
"gulp-uglify": "0.3.0",
"gulp-util": "2.2.16",
"gulp-watch": "0.6.5",
"stream-combiner": "0.2.1",
"streamqueue": "0.1.1"
}
}