forked from kaleidos-ventures/taiga-front-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "taiga-front",
"version": "0.1.0",
"description": "Taiga project management system (frontend)",
"licenses": [
{
"type": "AGPL-3.0",
"url": "https://github.com/taigaio/taiga-front/blob/master/LICENSE"
}
],
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.7.1",
"express": "^4.3.0",
"gulp": "~3.5.5",
"gulp-clean": "^0.2.4",
"gulp-coffee": "~1.4.1",
"gulp-coffeelint": "^0.2.2",
"gulp-concat": "^2.1.7",
"gulp-connect": "^0.3.1",
"gulp-coveralls": "^0.1.2",
"gulp-if": "0.0.5",
"gulp-jshint": "^1.4.2",
"gulp-karma": "0.0.4",
"gulp-less": "~1.2.1",
"gulp-plumber": "^0.5.6",
"gulp-protractor": "0.0.7",
"gulp-recess": "~0.2.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"gulp-uglify": "~0.2.0",
"gulp-util": "~2.2.14",
"gulp-watch": "^0.5.3",
"gulp-wrap": "^0.3.0",
"karma": "*",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.0",
"karma-chrome-launcher": "*",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "*",
"karma-html2js-preprocessor": "*",
"karma-jasmine": "^0.2.2",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "*",
"karma-requirejs": "*",
"karma-script-launcher": "*",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.1.5",
"requirejs": "~2.1.10",
"sinon": "^1.9.0"
}
}