-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.25 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
{
"name": "jadepress-plugin-qr",
"version": "0.0.3",
"description": "jadepress-plugin-qr",
"main": "index.js",
"scripts": {
"test": "npm run e2e",
"e2e": "node test/e2e/runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jade-press/jadepress-plugin-qr.git"
},
"keywords": [
"jadepress",
"plugin",
"qrcode"
],
"author": {
"name": "ZHAO Xudong",
"email": "zxdong@gmail.com",
"url": "http://html5beta.com"
},
"dependencies": {
"canvas-qr": "^0.2.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chromedriver": "^2.21.2",
"co": "4.6.0",
"cross-spawn": "^2.2.3",
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-newer": "0.5.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.5",
"gulp-watch": "4.2.4",
"jade-press": "^0.9.0",
"mocha": "2.4.5",
"nightwatch": "^0.8.18",
"request": "^2.72.0",
"run-sequence": "1.1.5",
"selenium-server": "2.53.1"
},
"peerDependencies": {
"jade-press": "*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jade-press/jadepress-plugin-qr/issues"
},
"homepage": "https://github.com/jade-press/jadepress-plugin-qr"
}