-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (28 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (28 loc) · 789 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
29
30
31
32
{
"name": "SocialConnect",
"version": "0.9.0",
"filenameBase": "socialconnect",
"description": "The Kiwi.JS SocialConnect plugin makes using the many common social media solutions one-step easier.",
"author": {
"name" : "Gamelab",
"email" : "support@kiwijs.org"
},
"homepage": "http://kiwijs.org/",
"bugs": "",
"license": "MIT",
"licenseUrl": "",
"repository": {
"type": "git",
"url": ""
},
"main": "src/",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-yuidoc": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-concat" : "latest",
"grunt-contrib-connect": "~0.3.0"
}
}