forked from benmarch/angular-ui-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.09 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
{
"name": "angular-ui-tour",
"version": "0.7.0",
"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": "npm run build -- --watch",
"pretest": "bower install",
"test": "karma start",
"prebuild": "bower install",
"build": "webpack --progress",
"release": "npm test && npm run build && release-it"
},
"keywords": [
"angular",
"angular-ui",
"tour"
],
"dependencies": {
"angular-keyboard": "https://github.com/gampleman/angular-keyboard.git#v0.2.0",
"angular-sanitize": ">=1.3",
"angular-ui-bootstrap": ">=2.0.0",
"ez-ng": "0.1.8",
"ngSmoothScroll": "2.0.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.18.2",
"babel-loader": "6.2.7",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-istanbul": "2.0.3",
"babel-preset-es2015": "6.18.0",
"bower": "1.8.0",
"clean-webpack-plugin": "0.1.14",
"eslint": "3.9.1",
"eslint-loader": "1.6.1",
"istanbul-instrumenter-loader": "1.0.0",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-source-map-support": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"load-grunt-tasks": "3.5.2",
"ng-annotate-loader": "0.2.0",
"ng-cache-loader": "0.0.21",
"phantomjs-prebuilt": "2.1.13",
"release-it": "2.4.3",
"time-grunt": "1.4.0",
"webpack": "1.13.3",
"webpack-bower-externals": "1.5.4",
"webpack-node-externals": "1.5.4"
},
"engines": {
"node": ">=4.4.0"
}
}