-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.51 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "kabam-plugin-my-profile",
"version": "0.0.1",
"description": "Kabam plugin to edit profile of current user",
"main": "index.js",
"directories": {
"example": "example"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"repository": {
"type": "git",
"url": "git://github.com/mykabam/kabam-plugin-my-profile.git"
},
"keywords": [
"mwc",
"mwc_kernel",
"my",
"profile"
],
"author": "Anatolij Ostroumov",
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-jshint": "*",
"grunt-ngdoc": "*",
"grunt-contrib-copy": "*",
"grunt-ngdocs": "*",
"grunt-contrib-clean": "*"
},
"license": "MIT",
"contributors": [
{
"name": "Keith Williams (copyright owner)",
"url": "http://mywebclass.org",
"email": "[email protected]"
},
{
"name": "Anatolij Ostroumov (responsible developer)",
"url": "https://github.com/vodolaz095",
"email": "[email protected]"
},
{
"name": "The Budiman (developer)",
"url": "https://github.com/valmy",
"email": "[email protected]"
},
{
"name": "Alexander Petrovich (developer)",
"url": "https://github.com/chopachom"
},
{
"name": "Muhammad Ghazali (developer)",
"url": "https://github.com/muhammadghazali",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/mykabam/kabam-plugin-my-profile/issues"
}
}