forked from benmarch/angular-ui-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.48 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
{
"name": "angular-ui-tour",
"version": "0.5.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": {
"test": "grunt"
},
"keywords": [
"angular",
"angular-ui",
"tour"
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.2.1",
"grunt-bower-main": "~0.2.0",
"grunt-complexity": "*",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "^0.3.5",
"grunt-karma": "*",
"grunt-release": "^0.13.0",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"load-grunt-tasks": "^3.4.1",
"phantomjs-prebuilt": "^2.1.5",
"time-grunt": "^1.3.0"
},
"engines": {
"node": ">=4.4.0"
}
}