-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 862 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 862 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
{
"name": "gotob",
"version": "2.3.2",
"description": "One .min.js to rule 'em all.",
"dependencies": {
"cocholate": "4.0.0",
"dale": "6.0.2",
"lith": "6.0.7",
"recalc": "5.1.2",
"teishi": "5.1.0",
"uglify-js": "3.19.3"
},
"main": "gotoB.min.js",
"author": "Federico Pereiro <fpereiro@gmail.com>",
"contributors": ["Federico Pereiro <fpereiro@gmail.com>", "Tom Sawada <sawadatomas@gmail.com>"],
"license": [{
"type": "Public Domain",
"url": "http://github.com/fpereiro/gotoB#license"
}],
"keywords": ["framework", "antiframework", "client side", "SPA"],
"repository" : {
"type": "git",
"url": "http://github.com/fpereiro/gotoB.git"
},
"bugs": {
"url": "http://github.com/fpereiro/gotoB/issues",
"email": "fpereiro@gmail.com"
}
}