-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.97 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.97 KB
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
{
"name": "tink-gis-angular",
"description": "Tink gis Angular directive",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github.com:tinkkit/tink-gis-angular.git"
},
"dependencies": {
"babel-cli": "^6.26.0",
"bower": "^1.8.2",
"grunt-cli": "^1.2.0",
"leaflet-easyprint": "^2.1.9"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "^6.7.0",
"grunt": "~1.0.1",
"grunt-angular-templates": "~1.1.0",
"grunt-autoprefixer": "~3.0.3",
"grunt-babel": "^7.0.0",
"grunt-bump": "~0.8.0",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-css-url-embed": "~1.10.0",
"grunt-karma": "~2.0.0",
"grunt-newer": "~1.3.0",
"grunt-replace": "~1.0.1",
"grunt-sass": "~2.1.0",
"grunt-svgmin": "~5.0.0",
"grunt-ts": "^6.0.0-beta.17",
"grunt-usemin": "~3.1.1",
"grunt-wiredep": "~3.0.1",
"jasmine-core": "~3.1.0",
"jshint-stylish": "~2.2.1",
"karma": "^2.0.2",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "^1.1.1",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs2-launcher": "~0.5.0",
"karma-sauce-launcher": "~1.2.0",
"load-grunt-tasks": "~3.5.2",
"semver": "~5.5.0",
"serve-static": "^1.13.1",
"time-grunt": "~1.4.0",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"start": "grunt serve",
"build": "grunt build",
"build-patch": "grunt build --bump=patch && grunt bump:patch",
"build-minor": "grunt build --bump=minor && grunt bump:minor",
"build-major": "grunt build --bump=major && grunt bump:major"
}
}