-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
74 lines (74 loc) · 1.84 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": "wayfinding",
"version": "0.4.0",
"description": "jQuery wayfinding plugin",
"keywords": [
"jquery-plugin"
],
"homepage": "https://github.com//wayfinding",
"bugs": "https://github.com/ucdavis/wayfinding/issues",
"author": {
"name": "Jason Aller",
"email": "jraller@ucdavis.edu",
"url": "https://github.com/"
},
"repository": {
"type": "git",
"url": "https://github.com//wayfinding.git"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "dist/jquery.wayfinding.js",
"directories": {
"test": "test"
},
"devDependencies": {
"MD5": "^1.2.1",
"bower": "^1.3.12",
"fs-extra": "^0.16.5",
"grunt-bower-install": "^1.6.0",
"grunt-build-lifecycle": "^0.1.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^7.0.1",
"grunt-jsdoc": "^0.5.8",
"grunt-karma": "~0.10.1",
"grunt-open": "^0.2.3",
"grunt-plato": "^1.2.1",
"grunt-shell": "^1.1.2",
"grunt-svgmin": "^2.0.1",
"jsdoc": "^3.3.0-beta2",
"jshint-stylish": "~1.0.1",
"json": "^9.0.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "~0.2.7",
"karma-firefox-launcher": "~0.1.4",
"karma-html-reporter": "~0.2.6",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-safari-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~3.1.0",
"phantom": "^0.7.2",
"time-grunt": "~1.1.0"
},
"peerDependencies": {
"karma": ">=0.10",
"grunt": ">=0.4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"prompt": "^0.2.14"
}
}