forked from pombredanne/taiga-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.8 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "TaigaIO",
"version": "2.1.0",
"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",
"e2e": "./node_modules/.bin/babel-node run-e2e.js"
},
"devDependencies": {
"angular-mocks": "1.5.5",
"babel-cli": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"bluebird": "^3.0.2",
"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",
"compression": "^1.6.1",
"connect-livereload": "^0.5.4",
"css": "^2.2.1",
"del": "^2.0.2",
"express": "^4.12.0",
"glob": "^7.0.3",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-cache": "^0.4.4",
"gulp-cached": "1.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.5.2",
"gulp-csslint": "^0.3.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-insert": "^0.5.0",
"gulp-jade": "^1.0.0",
"gulp-jade-inheritance": "0.5.5",
"gulp-jsonminify": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"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.3.1",
"gulp-scss-lint": "0.4.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-template": "^4.0.0",
"gulp-uglify": "~1.5.3",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.12.0",
"image-size": "^0.5.0",
"inquirer": "^1.0.2",
"jade": "^1.11.0",
"karma": "^0.13.10",
"karma-chai-plugins": "^0.7.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coffee-preprocessor": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-sourcemap-loader": "^0.3.4",
"merge-stream": "^1.0.0",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"node-sass": "3.7.0",
"node-uuid": "^1.4.3",
"photoswipe": "^4.1.0",
"pre-commit": "^1.0.5",
"readable-stream": "~2.1.2",
"reporter-file": "^1.0.0",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"through2": "^2.0.1",
"vinyl-fs": "^2.1.1"
},
"pre-commit": [
"scss-lint"
],
"dependencies": {
"awesomplete": "^1.0.0",
"dom-autoscroller": "^1.3.1"
}
}