-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (59 loc) · 1.27 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": "phoneapp.js",
"version": "0.0.1",
"description": "PhoneApp is Phone and App",
"keywords": ["phone", "sdk", "mobile", "light"],
"author": {
"name": "WebItUp",
"email": "[email protected]",
"url": "http://www.webitup.fr"
},
"maintainers": [
{
"name": "Mangled Deutz",
"email": "[email protected]",
"url": "https://twitter.com/MangledDeutz"
},
{
"name": "Raildecom",
"email": "[email protected]",
"url": "https://twitter.com/raildecom"
}
],
"contributors":[
{
"name": "Mangled Deutz",
"email": "[email protected]",
"url": "https://twitter.com/MangledDeutz"
},
{
"name": "Raildecom",
"email": "[email protected]",
"url": "https://twitter.com/raildecom"
}
],
"bugs": "https://github.com/jsBoot/phoneapp.js/issues",
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jsBoot/phoneapp.js.git"
}
],
"dependencies": {
},
"homepage": "http://www.webitup.fr",
"directories": {
"src": "src",
"build": ".build",
"tmp": ".tmp",
"dist": "dist"
},
"config": {
}
}