-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "we-project-groups",
"version": "1.0.7",
"private": true,
"main": "./app.js",
"scripts": {
"dev": "node app.js --dev",
"verbose": "LOG_LV=verbose node app.js --dev",
"prod": "node app.js --prod",
"deps": "npm install && bower install",
"start": "node app.js",
"build": "gulp build",
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js",
"prepublish": "npm prune"
},
"dependencies": {
"async": "2.0.0-rc.2",
"express-mysql-session": "^1.0.0-rc.0",
"mysql": "^2.10.2",
"socket.io-redis": "1.0.0",
"we-core": "1.1.1",
"we-plugin-bootstrap3": "0.3.2",
"we-plugin-comment": "1.0.1",
"we-plugin-contact": "1.0.0",
"we-plugin-file": "1.0.6",
"we-plugin-flag": "1.0.5",
"we-plugin-form": "0.3.29",
"we-plugin-google-analytics": "0.3.3",
"we-plugin-group": "0.3.10",
"we-plugin-menu": "1.0.0",
"we-plugin-notification": "1.0.1",
"we-plugin-passport-oauth2": "^0.3.0",
"we-plugin-socketio": "0.3.4",
"we-plugin-vocabulary": "0.3.23",
"we-theme-admin-default": "1.0.1",
"we-theme-pratt": "1.0.1"
},
"devDependencies": {
"gulp": "3.9.1",
"mocha": "2.4.5",
"sinon": "1.17.3",
"supertest": "1.2.0",
"we-gulp-tasks-default": "1.0.0",
"we-test-tools": "0.3.12"
},
"repository": {
"type": "git",
"url": "git@github.com:wejs-examples/we-project-groups.git"
}
}