-
Notifications
You must be signed in to change notification settings - Fork 751
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "TaigaIO",
"version": "0.0.1",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
"Taiga",
"Agile",
"Project Management",
"Github"
],
"author": "Kaleidos OpenSource SL",
"licenses": [
{
"type": "AGPL-3.0",
"url": "https://github.com/taigaio/taiga-front/blob/master/LICENSE"
}
],
"devDependencies": {
"coffee-script": "^1.7.1",
"express": "^4.3.0",
"gulp": "^3.8.0",
"gulp-cached": "0.0.3",
"gulp-changed": "^0.4.0",
"gulp-clean": "^0.2.4",
"gulp-coffee": "~1.4.1",
"gulp-coffeelint": "^0.2.2",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.1.7",
"gulp-connect": "^2.0.5",
"gulp-csslint": "^0.1.3",
"gulp-filesize": "0.0.6",
"gulp-if": "0.0.5",
"gulp-imagemin": "^0.5.0",
"gulp-jade": "^0.5.0",
"gulp-jade-inheritance": "0.0.2",
"gulp-minify-css": "^0.3.1",
"gulp-minify-html": "^0.1.3",
"gulp-newer": "^0.3.0",
"gulp-notify": "^1.2.5",
"gulp-plumber": "^0.6.2",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.4.3",
"gulp-scss-lint": "0.1.0",
"gulp-styledocco": "0.0.1",
"gulp-template": "^0.1.1",
"gulp-uglify": "~0.2.0",
"gulp-util": "~2.2.14",
"gulp-watch": "^0.5.4",
"gulp-wrap": "^0.3.0"
}
}