-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.1 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
{
"name": "bonita-js-components",
"version": "0.10.0",
"description": "Several tools leading to ease web development with Bonita",
"main": "index.js",
"scripts": {
"start": "gulp dev",
"predist": "gulp predist",
"dist": "gulp dist",
"predocumentation": "gulp clean:docs",
"documentation": "gulp documentation",
"tdd": "gulp dev & npm run testwatch",
"pretest": "./node_modules/.bin/gulp jshint",
"test": "karma start karma.conf.js",
"testwatch": "karma start karma.conf.js --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/bonitasoft/bonita-js-components.git"
},
"author": "",
"license": "GPL",
"bugs": {
"url": "https://github.com/bonitasoft/bonita-js-components/issues"
},
"homepage": "https://github.com/bonitasoft/bonita-js-components",
"devDependencies": {
"angular-mocks": "angular/bower-angular-mocks#1.8.3",
"del": "0.1.3",
"gulp": "3.9.1",
"gulp-cli": "2.3.0",
"gulp-ngdocs": "0.2.13",
"gulp-angular-gettext": "2.1.0",
"gulp-autoprefixer": "1.0.1",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-csso": "0.2.9",
"gulp-jshint": "1.8.6",
"gulp-ng-annotate": "0.4.4",
"gulp-ng-html2js": "0.1.8",
"gulp-open": "0.3.2",
"gulp-plumber": "0.6.6",
"gulp-rename": "1.2.2",
"gulp-minify": "3.1.0",
"gulp-util": "3.0.6",
"jasmine-core": "2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "1.7.1",
"karma-coverage": "1.1.2",
"karma-jasmine": "0.3.5",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-phantomjs-launcher": "1.0.4"
},
"dependencies": {
"gulp-ngdocs": "0.2.13",
"angular": "angular/bower-angular#1.8.3",
"angular-bootstrap": "angular-ui/bootstrap-bower#0.13.4",
"bootstrap": "twbs/bootstrap#3.4.1",
"jquery": "jquery/jquery-dist#3.5.1",
"ng-sortable": "a5hik/ng-sortable#1.3.1",
"ngstorage": "gsklee/ngStorage#0.3.9"
},
"files": [
"dist/**",
"package.json",
"README.md"
],
"engines": {
"yarn": ">= 1.0.0"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}