-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 973 Bytes
/
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
{
"name": "foxyforms-client",
"version": "0.0.2",
"description": "Client-side javascript library to use with foxyforms.com verification api.",
"main": "main.js",
"devDependencies": {
"grunt": "~1.0.1",
"browserify": "~14.4.0",
"grunt-browserify": "~5.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-jshint": "~1.1.0",
"mocha": "~3.4.2",
"chai": "~4.0.2"
},
"dependencies": {
"validator": "~7.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jkapelner/foxyforms-client.git"
},
"keywords": [
"foxyforms",
"foxyforms-client"
],
"author": "Jordan Kapelner",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jkapelner/foxyforms-client/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/jkapelner/foxyforms-client/issues"
},
"homepage": "https://github.com/jkapelner/foxyforms-client"
}