forked from rstaib/jquery-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
{
"name": "jquery-steps",
"title": "jQuery Steps",
"version": "1.1.0",
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",
"homepage": "http://www.jquery-steps.com",
"author": {
"name": "Rafael Staib",
"email": "[email protected]",
"url": "http://www.rafaelstaib.com"
},
"bugs": "https://github.com/rstaib/jquery-steps/issues",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/rstaib/jquery-steps.git"
},
"keywords": [
"jQuery",
"Wizard",
"Tabs",
"Steps",
"Plugin"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-regex-replace": "~0.2.5",
"grunt-exec": "~0.4.2"
},
"readmeFilename": "README.md",
"gitHead": "0d9f4f8b6a0c3d3b8a73eabf6a4b8cececd52f7a",
"folders": {
"dist": "build",
"src": "src",
"docs": "docs",
"nuget": "nuget"
}
}