-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
44 lines (44 loc) · 970 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
{
"name": "wx-mina-html-view",
"version": "0.1.0",
"description": "微信小程序渲染html",
"main": "index.js",
"scripts": {
"build-template": "node build/build-template.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fenivana/wx-mina-html-view.git"
},
"author": "Jiang Fengming",
"license": "MIT",
"bugs": {
"url": "https://github.com/fenivana/wx-mina-html-view/issues"
},
"homepage": "https://github.com/fenivana/wx-mina-html-view#readme",
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-enough": "^0.2.2"
},
"eslintConfig": {
"extends": "enough",
"env": {
"node": true
},
"globals": {
"wx": false,
"App": false,
"Page": false,
"getApp": false
},
"rules": {
"new-cap": "off"
}
},
"dependencies": {
"himalaya": "^0.2.2",
"html-entities": "^1.2.0",
"url-router": "^2.1.0",
"x-url": "^0.1.0"
}
}