forked from laurihy/angular-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 650 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 650 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
{
"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"
},
"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"
}
}