forked from jjprogramsllc/practical-form.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
{
"name": "practical-forms",
"version": "1.1.1",
"description": "Practial, Validated, and Accessible Form Inputs, Built in and for United States web developers",
"main": "src/js/practical-forms.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-bump-build-git": "^1.1.3",
"grunt-cli": "~1.1.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.1.1",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-html2js": "~0.3.5",
"grunt-http-server": "^1.14.0",
"grunt-karma": "~0.12.2",
"grunt-release": "^0.13.0",
"grunt-script-link-tags": "^1.0.2",
"grunt-text-replace": "^0.4.0",
"karma": "~0.13.22",
"karma-jasmine": "~0.3.8",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "^3.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jjprogramsllc/practical-form.js"
},
"keywords": [
"angular.js",
"form",
"validation",
"bootstrap",
"forms"
],
"author": "JJ Programs, LLC",
"license": "MIT"
}