forked from jfriv/angular-linkedin-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 888 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
{
"author": "https://github.com/feedthefire/",
"name": "angular-linkedin-directive",
"description": "angular-linkedin-directive - AngularJS directive integrating with LinkedIn's JS API for login",
"version": "0.1.0",
"homepage": "https://github.com/feedthefire/angular-linkedin-directive/",
"repository": {
"type": "git",
"url": "https://github.com/feedthefire/angular-linkedin-directive"
},
"keywords": [
"angularjs",
"linkedin"
],
"license": "Apache2",
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-shell": "*",
"grunt-karma": "*",
"grunt-contrib-watch": "*",
"karma-html2js-preprocessor": "*",
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-phantomjs-launcher": "*",
"karma-coverage": "*",
"karma": "*",
"karma-junit-reporter": "*",
"karma-ng-html2js-preprocessor": "*"
}
}