forked from pombredanne/taiga-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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
{
"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.3.15",
"chai": "^2.2.0",
"chai-jquery": "^2.0.0",
"cli-color": "^0.3.3",
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"express": "^4.12.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-cached": "1.0.2",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-csslint": "^0.1.5",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-insert": "^0.4.0",
"gulp-jade": "^1.0.0",
"gulp-jade-inheritance": "0.5.0",
"gulp-minify-css": "^0.4.6",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^1.3.3",
"gulp-scss-lint": "0.1.9",
"gulp-sourcemaps": "^1.5.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "~1.1.0",
"gulp-wrap": "^0.11.0",
"inquirer": "^0.8.2",
"karma": "^0.12.31",
"karma-chai-plugins": "^0.6.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-sourcemap-loader": "^0.3.4",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"pre-commit": "^1.0.5",
"readable-stream": "~1.0.33",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"through2": "~0.6.3"
},
"pre-commit": [
"scss-lint"
]
}