forked from laurihy/angular-payments
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 687 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 687 Bytes
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
{
"name": "angular-payments",
"description": "Directive for formatting and validating credit card forms",
"version": "0.1.0",
"homepage": "https://github.com/laurihy/angular-payments",
"author": {
"name": "Lauri Hynynen",
"url": "https://github.com/laurihy"
},
"main": "lib/angular-payments.js",
"repository": {
"type": "git",
"url": "git://github.com/laurihy/angular-payments.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-connect": "~0.5.0"
}
}