This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
{
"name": "boar-tasks-client",
"description": "Boar Tasks for client side",
"main": "index.js",
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/boar-tasks-client.git"
},
"author": "Emarsys",
"license": "ISC",
"bugs": {
"url": "https://github.com/emartech/boar-tasks-client/issues"
},
"dependencies": {
"boar-tasks-common": "7.0.0",
"chai": "3.5.0",
"co-mocha": "1.2.2",
"concurrent-transform": "1.0.0",
"deep-extend": "0.6.0",
"event-stream": "3.3.4",
"glob": "7.1.2",
"gulp-angular-templatecache": "2.2.1",
"gulp-autoprefixer": "3.1.1",
"gulp-awspublish": "3.3.3",
"gulp-changed": "1.3.2",
"gulp-clone": "1.0.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.5.0",
"gulp-if": "2.0.2",
"gulp-install": "0.6.0",
"gulp-jade": "1.1.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.3.0",
"gulp-sourcemaps": "2.6.4",
"gulp-streamify": "1.0.2",
"gulp-stylus": "2.7.0",
"gulp-task-listing": "1.1.0",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.10",
"karma": "1.3.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"karma-sinon-chai": "1.2.4",
"karma-webpack": "1.8.0",
"lodash": "4.17.10",
"mocha": "3.1.2",
"node-notifier": "4.6.1",
"phantomjs-prebuilt": "2.1.16",
"q": "1.5.1",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"stylint-stylish": "1.4.1",
"superagent": "2.3.0",
"through2": "2.0.3",
"vinyl-source-stream": "1.1.0",
"webpack": "1.13.2",
"yargs": "6.0.0"
},
"devDependencies": {
"semantic-release": "15.7.2"
},
"homepage": "https://github.com/emartech/boar-tasks-client"
}