-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "textcomplies",
"description": "A jQuery plugin for verifying that text input complies with a set of rules",
"version": "0.0.1",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "[email protected]:Availity/textcomplies.git"
},
"authors": [
{
"name": "Rob Warner",
"email": "[email protected]"
},
{
"name": "Robert Corbin",
"email": "[email protected]"
},
{
"name": "Robby Rhoden",
"email": "[email protected]"
}
],
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-jasmine-node": "~0.1.0",
"grunt-karma": "~0.7.2",
"jasmine-node": "~1.13.1",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.1.5",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.x",
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "~0.1.0"
}
}