-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1008 Bytes
/
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
{
"name": "mini-js",
"version": "1.0.1",
"description": "Mini Js is a Javascript library/framework which is inspired by vue.js, it supports two way data binding, virtual dom, directives, routing etc.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aadilhasan/mini-js.git"
},
"keywords": [
"js",
"framework",
"mini",
"js",
"small",
"js",
"framework",
"javascript",
"javascript",
"framwork",
"mini",
"javascrpt",
"framework",
"mini",
"js",
"framework",
"js",
"library",
"js",
"framework"
],
"author": "aadil hasan",
"license": "ISC",
"bugs": {
"url": "https://github.com/aadilhasan/mini-js/issues"
},
"homepage": "https://github.com/aadilhasan/mini-js#readme",
"dependencies": {
"node-minify": "^2.3.0",
"replace-in-file": "^2.6.4"
}
}