-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "stepsjs",
"version": "0.2.6",
"description": "A jQuery plugin that manifests a stepped form process",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "default"
},
"repository": {
"type": "git",
"url": "https://github.com/micahblu/stepsjs.git"
},
"keywords": [
"jQuery",
"plugin",
"form",
"validation",
"steps"
],
"author": "Micah Blu",
"license": "MIT",
"bugs": {
"url": "https://github.com/micahblu/stepsjs/issues"
},
"homepage": "https://github.com/micahblu/stepsjs",
"devDependencies": {
"bower": "~1.3.1",
"grunt": "~0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-handlebars": "~0.7.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ember-templates": "~0.4.20",
"qunitjs": "~1.14.0"
}
}