forked from pombredanne/taiga-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.16 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"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",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/taigaio/taiga-front.git"
},
"scripts": {
"scss-lint": "gulp scss-lint --fail",
"test": "./node_modules/karma/bin/karma start"
},
"devDependencies": {
"angular-mocks": "^1.5.0-beta.0",
"babel": "^5.6.5",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"chai-jquery": "^2.0.0",
"cli-color": "^1.0.0",
"coffee-script": "^1.9.1",
"del": "^2.0.2",
"express": "^4.12.0",
"glob": "^5.0.14",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-cache": "^0.3.0",
"gulp-cached": "1.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-csslint": "^0.2.0",
"gulp-flatten": "0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-insert": "^0.5.0",
"gulp-jade": "^1.0.0",
"gulp-jade-inheritance": "0.5.3",
"gulp-minify-css": "^1.2.1",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "0.3.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "~1.4.1",
"gulp-wrap": "^0.11.0",
"image-size": "^0.3.5",
"inquirer": "^0.10.0",
"jade": "^1.11.0",
"karma": "^0.13.10",
"karma-chai-plugins": "^0.6.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-mocha": "^0.2.0",
"karma-sourcemap-loader": "^0.3.4",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"node-uuid": "^1.4.3",
"photoswipe": "^4.1.0",
"pre-commit": "^1.0.5",
"readable-stream": "~2.0.2",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"through2": "~2.0.0",
"vinyl-fs": "^1.0.0"
},
"pre-commit": [
"scss-lint"
]
}