forked from chinatjnet/htmljs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.66 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "htmljs",
"version": "0.0.1",
"description": "前端乱炖的repo",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xinyu198736/htmljs"
},
"keywords": [
"html",
"js"
],
"author": "yutou",
"license": "ISC",
"bugs": {
"url": "https://github.com/xinyu198736/htmljs/issues"
},
"homepage": "https://github.com/xinyu198736/htmljs",
"dependencies": {
"MD5": "^1.2.1",
"alipay": "0.0.4",
"async": "^1.4.0",
"base32": "0.0.6",
"coffee-script": "^1.7.1",
"consolidate": "^0.10.0",
"dependparser": "0.0.8",
"doxmate": "^0.2.6",
"eventproxy": "^0.3.1",
"express": "^3.4.8",
"form-data": "^0.1.4",
"formatjson": "0.0.1",
"glob": "^4.0.2",
"iced-coffee-script": "^1.7.1-f",
"jade": "^1.3.1",
"js2xmlparser": "^0.1.3",
"jsdom": "^0.11.0",
"less": "^1.7.3",
"less-middleware": "^1.0.3",
"log4js": "^0.6.14",
"longjohn": "^0.2.4",
"methods": "^1.0.1",
"moment": "^2.7.0",
"mu2": "^0.5.20",
"mustache": "^0.8.2",
"node-uuid": "^1.4.1",
"pagedown": "^1.1.0",
"phantomjs": "^1.9.7-10",
"queuedo": "^0.9.8",
"qunit": "^0.6.4",
"rainbow": "^0.2.1",
"readof": "^0.9.5",
"redis": "^0.10.3",
"request": "^2.36.0",
"segment": "0.0.5",
"sequelize": "^1.7.9",
"snserror": "0.0.2",
"strong-agent": "^0.4.6",
"stylus": "^0.46.3",
"tinycolor2": "^0.10.0",
"underscore": "^1.6.0",
"urllib": "^0.5.16",
"walk": "^2.3.3",
"wechat": "^0.6.8",
"weibov2": "^0.9.3",
"xss": "^0.1.9"
}
}