forked from seandesmond/angular-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 732 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"author": "https://github.com/seandesmond/angular-payment/graphs/contributors",
"name": "angular-payment",
"version": "0.4.0-SNAPSHOT",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"node-markdown": "0.1.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-html2js": "~0.1.3",
"grunt-karma": "~0.4.4",
"semver": "~1.1.4",
"shelljs": "~0.2.0",
"grunt-ngdocs": "git://github.com/m7r/grunt-ngdocs",
"grunt-conventional-changelog": "~0.1.2"
},
"license": "MIT"
}