UNPKG

2.36 kBJSONView Raw
1{
2 "name": "we-core",
3 "version": "0.3.95",
4 "main": "./lib/index.js",
5 "scripts": {
6 "lint": "./node_modules/.bin/jshint .",
7 "test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ",
8 "verbose-test": "NODE_ENV=test LOG_LV=verbose ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ",
9 "coverage": "NODE_ENV=test LOG_LV=info node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/bootstrap.js test/**/*.test.js"
10 },
11 "keywords": [
12 "we.js",
13 "wejs",
14 "plugin"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git@github.com:wejs/we-plugin-core.git"
19 },
20 "publishConfig": {
21 "registry": "http://registry.npmjs.org"
22 },
23 "author": "Alberto Souza <alberto.souza.dev@gmail.com>",
24 "license": "MIT",
25 "dependencies": {
26 "async": "^1.2.0",
27 "bcryptjs": "^2.3.0",
28 "body-parser": "~1.13.3",
29 "compression": "^1.4.4",
30 "connect-flash": "^0.1.1",
31 "cookie-parser": "~1.3.5",
32 "cors": "^2.7.1",
33 "debug": "~2.2.0",
34 "email-templates": "^1.2.1",
35 "express": "~4.13.3",
36 "express-mysql-session": "^0.4.0",
37 "express-session": "^1.11.2",
38 "fs-extra": "^0.22.1",
39 "handlebars": "^3.0.3",
40 "hbs": "^3.0.1",
41 "i18n": "^0.5.0",
42 "install": "^0.1.8",
43 "lodash": "^3.9.3",
44 "mime": "^1.3.4",
45 "mkdirp": "^0.5.1",
46 "moment": "^2.10.3",
47 "morgan": "~1.6.1",
48 "multer": "^0.1.8",
49 "mv": "^2.0.3",
50 "mysql": "^2.7.0",
51 "node-uuid": "^1.4.3",
52 "nodemailer": "^1.3.2",
53 "nodemailer-smtp-transport": "^1.0.3",
54 "npm": "^3.3.6",
55 "passport": "^0.3.0",
56 "passport-local": "^1.0.0",
57 "path-to-regexp": "^1.2.0",
58 "rc": "^1.0.3",
59 "recursive-readdir": "^1.2.1",
60 "request": "^2.57.0",
61 "require-all": "^1.1.0",
62 "rimraf": "^2.3.4",
63 "sanitize-html": "^1.7.0",
64 "sequelize": "3.2.0",
65 "serve-favicon": "~2.3.0",
66 "string": "^3.2.0",
67 "string.prototype.endswith": "^0.2.0",
68 "winston": "1.0.1"
69 },
70 "devDependencies": {
71 "istanbul": "^0.3.20",
72 "jshint": "^2.8.0",
73 "mocha": "^2.2.5",
74 "sinon": "^1.14.0",
75 "supertest": "^1.0.1",
76 "we-plugin-form": "^0.3.18",
77 "we-test-tools": "^0.3.7",
78 "we-theme-admin-default": "wejs/we-theme-admin-default",
79 "we-theme-site-wejs": "wejs/we-theme-site-wejs"
80 }
81}