-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1004 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1004 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
33
34
{
"name" : "FlancheJs",
"version" : "0.1.0",
"description" : "Javascript library that allows developers to build classes using classical inheritance in a well-structured way",
"keywords" : [
"classical inheritance",
"traits",
"properties"
],
"homepage" : "https://github.com/FlancheCreativeLabs/FlancheJs",
"bugs" : {
"url" : "https://github.com/FlancheCreativeLabs/FlancheJs/project/issues",
"email": "alex@flanche.net"
},
"author" : {
"name" : "Alex Dumitru",
"email": "alex@flanche.net",
"url" : "http://alex.flanche.net"
},
"files" : [
"src",
"test",
"dist"
],
"repository" : {
"type": "git",
"url" : "https://github.com/FlancheCreativeLabs/FlancheJs.git"
},
"devDependencies": {
"gear" : "*",
"gear-lib": "*",
"buster": "*"
}
}