-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 954 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
{
"name": "qq",
"version": "1.0.3",
"private": true,
"description": "QQ - a framework for building highly modular, maintainable applications quickly (qq).",
"homepage": "https://github.com/jsmuster/qq#readme",
"bugs": {
"url": "https://github.com/jsmuster/qq/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jsmuster/qq.git"
},
"main": "js/qq/qq.node.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --inspect-brk server.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"vm2": "^3.6.4"
},
"engines": {
"node": ">=8.12.0"
},
"keywords": [
"client-side",
"browser",
"css",
"components",
"xsenio",
"tomkevich",
"sdk",
"devkit"
],
"author": {"name": "Arseniy Tomkevich", "email":"jsmastery@gmail.com", "url": "https://medium.com/@jsmuster" }
}