-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
91 lines (91 loc) · 2.49 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "angular-ui-tour",
"version": "0.9.4",
"description": "angular-ui-tour",
"author": {
"name": "",
"email": "",
"url": "https://github.com/benmarch"
},
"homepage": "https://github.com/benmarch/angular-ui-tour",
"bugs": {
"url": "https://github.com/benmarch/angular-ui-tour/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://benmarch.mit-license.org"
}
],
"maintainers": [],
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/benmarch/angular-ui-tour.git"
},
"main": "dist/angular-ui-tour.js",
"scripts": {
"develop": "webpack --devtool cheap-module-source-map --watch",
"test": "karma start",
"build": "webpack -p --progress",
"release": "npm test && npm run build && release-it",
"lint": "eslint app/**/*.js test/**/*.js"
},
"keywords": [
"angular",
"angular-ui",
"tour"
],
"dependencies": {
"angular": ">=1.5",
"angular-sanitize": ">=1.5",
"angular-hotkeys": "1.7.0",
"angular-scroll": "1.0.2",
"hone": "1.1.0",
"tether": "1.4.0",
"angular-bind-html-compile": "https://github.com/incuna/angular-bind-html-compile.git#1.4.1"
},
"devDependencies": {
"angular-mocks": "1.6.6",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-plugin-async-to-promises": "1.0.5",
"babel-plugin-istanbul": "4.1.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2017": "6.24.1",
"clean-webpack-plugin": "0.1.17",
"css-loader": "0.28.7",
"es6-promise": "4.1.1",
"eslint": "4.7.2",
"eslint-loader": "1.9.0",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-source-map-support": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.4",
"load-grunt-tasks": "3.5.2",
"ng-annotate-loader": "0.6.1",
"ng-cache-loader": "0.0.26",
"phantomjs-polyfill-object-assign": "0.0.2",
"phantomjs-prebuilt": "2.1.15",
"release-it": "3.0.0",
"string-replace-loader": "1.3.0",
"style-loader": "0.18.2",
"time-grunt": "1.4.0",
"webpack": "3.6.0",
"webpack-node-externals": "1.6.0"
},
"engines": {
"node": ">=4.4.0"
}
}