-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "redmine-charts",
"version": "1.2.1",
"description": "Redmine charts.",
"main": "index.html",
"scripts": {
"start": "node server.js",
"nodemon": "nodemon --debug -w . -w routes -i public -e js,coffee server.js",
"debug": "node debug localhost:5858"
},
"repository": {
"type": "git",
"url": "https://github.com/Sacret/redmine-charts.git"
},
"keywords": [
"redmine",
"charts"
],
"author": "Anastasiya Kozaeva <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sacret/redmine-charts/issues"
},
"homepage": "https://github.com/Sacret/redmine-charts",
"dependencies": {
"body-parser": "1.10.2",
"cookie-parser": "1.3.3",
"debug": "2.1.1",
"express": "4.11.1",
"morgan": "1.5.1",
"serve-favicon": "2.2.0",
"request": "2.53.0"
},
"devDependencies": {
"coffee-script": "1.8.0",
"gulp": "3.8.10",
"gulp-coffee": "2.2.0",
"gulp-concat": "2.4.3",
"gulp-less": "2.0.1",
"gulp-uglify": "1.1.0",
"gulp-util": "3.0.3",
"stream-combiner2": "1.0.2"
}
}