-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
59 lines (59 loc) · 1.32 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
{
"name": "bunnyjs",
"version": "0.14.42",
"description": "Lightweight native JavaScript and ECMAScript 6 library (package of small stand-alone components like routing, templating, validation, ajax, datatables, calendar, datepicker, autocomplete, pagination, url) and next generation front-end framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mevrael/bunny.git"
},
"keywords": [
"JavaScript",
"ECMAScript",
"ECMAScript6",
"IoC",
"Container",
"DI",
"JS",
"ES5",
"ES6",
"lightweight",
"native",
"vanilla",
"frontend",
"framework",
"library",
"package",
"standalone",
"routing",
"template",
"engine",
"ajax",
"datatables",
"calendar",
"datepicker",
"pagination",
"url",
"validation",
"autocomplete",
"form validation",
"date",
"file",
"image",
"canvas"
],
"author": "Mev-Rael ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mevrael/bunny/issues"
},
"homepage": "https://github.com/Mevrael/bunny#readme",
"dependencies": {
"es6-promise-polyfill": "^1.2.0",
"whatwg-fetch": "^3.0.0"
}
}