This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
63 lines (63 loc) · 1.49 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
55
56
57
58
59
60
61
62
63
{
"name": "politespace",
"version": "1.0.2",
"description": "Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).",
"keywords": [
"grunt"
],
"homepage": "https://github.com/filamentgroup/politespace",
"bugs": "https://github.com/filamentgroup/politespace/issues",
"author": {
"name": "Filament Group",
"email": "hello@filamentgroup.com",
"twitter": "filamentgroup",
"github": "filamentgroup",
"url": "http://filamentgroup.com"
},
"repository": {
"type": "git",
"url": "git://github.com/filamentgroup/politespace.git"
},
"main": "./dist/politespace.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jquery": "^3.0.0",
"creditable": "^1.0.10"
},
"devDependencies": {
"blanket": "~1.2.3",
"bytesize": "~0.2.0",
"glob": "~7.1.2",
"grunt": "~1.0.1",
"grunt-banner": "~0.6.0",
"grunt-bytesize": "~0.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-gh-pages": "~2.0.0",
"grunt-lintspaces": "~0.8.0",
"grunt-replace": "~1.0.1",
"load-grunt-tasks": "~3.5.0",
"matchdep": "~1.0.1",
"qunitjs": "^2.0.0",
"xrayhtml": "^2.1.5"
},
"peerDependencies": {},
"engines": {
"node": ">= 4",
"npm": ">=1.2.10"
},
"license": "MIT",
"config": {
"grunt": "grunt",
"src": "src",
"dist": "dist",
"test": "test",
"demo": "demo"
}
}