-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "we-plugin-view",
"description": "Add html response format and views with theme system",
"version": "2.0.5",
"main": "plugin.js",
"scripts": {
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js",
"coverage": "NODE_ENV=test LOG_LV=info nyc mocha test/bootstrap.js test/**/*.test.js -b"
},
"dependencies": {
"hbs": "4.1.0",
"node-stream-zip": "^1.11.1",
"request": "^2.88.2"
},
"devDependencies": {
"connect-sqlite3": "^0.9.11",
"fs-extra": "^9.0.0",
"nyc": "^15.0.1",
"mocha": "^7.1.2",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sqlite3": "^4.2.0",
"supertest": "^4.0.2",
"we-core": "3.1.11",
"we-test-tools": "1.0.0",
"we-theme-site-wejs": "wejs/we-theme-site-wejs"
},
"repository": "wejs/we-plugin-view",
"author": "Alberto Souza <contato@albertosouza.net>",
"license": "MIT",
"keywords": [
"wejs-plugin"
],
"wejs": {
"dependencies": {
"we-plugin-form": true,
"we-plugin-menu": true
}
}
}