forked from jsBoot/jsboot.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (49 loc) · 1.06 KB
/
package.json
File metadata and controls
52 lines (49 loc) · 1.06 KB
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
{
"name": "jsBoot.js",
"version": "0.2.0",
"description": "jsBoot!",
"keywords": ["jsBoot"],
"maintainers": [
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"contributors":[
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
},
{
"name": "Raildecom",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"bugs": "https://github.com/jsBoot/jsboot.js/issues",
"licenses": [
{
"type": "AferoGPL",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jsBoot/jsboot.js.git"
}
],
"dependencies": {
"Spitfire.js": "1.0.x",
"Airstrip.js": "1.0.x"
},
"homepage": "http://airstrip.jsboot.com",
"directories": {
"src": "src",
"doc": "build/doc",
"test": "build/dist/jsboot.js/1.0/tests",
"lib": "build/dist/jsboot.js/1.0/"
}
}