-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 950 Bytes
/
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
{
"name": "redmine.js",
"version": "0.11.3",
"description": "Angular based Redmine REST API client",
"license": "GPLv2",
"private": true,
"repository": "https://github.com/roidayan/redmine.js",
"scripts": {
"postinstall": "bower update",
"prestart": "npm update"
},
"devDependencies": {
"del": "^2.0.0",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^3.0.1",
"gulp-header": "^1.7.1",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.5.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"http-server": "^0.6.1",
"imagemin-optipng": "^4.3.0",
"main-bower-files": "^2.9.0",
"run-sequence": "^1.1.2",
"shelljs": "^0.2.6",
"streamqueue": "^1.1.1"
}
}