-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "Core-WRIO-App",
"version": "1.0.0",
"description": "https://github.com/webRunes/Core-WRIO-App/",
"main": "gm-test.js",
"dependencies": {
"connect-mongo": "^0.8.2",
"cookie-parser": "1.3.2",
"envify": "^3.4.0",
"express": "^4.10.1",
"express-session": "1.12.1",
"htm": "0.0.0",
"nconf": "0.8.2",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.23.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"eslint": "6.7.2",
"eslint-plugin-ideal": "^0.1.2",
"eslint-plugin-react": "^3.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.4",
"mocha": "^2.3.4",
"should": "^6.0.3",
"supertest": "^1.0.1"
},
"scripts": {
"start": "echo \"Build Completed.\" ",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/webRunes/Core-WRIO-App.git"
},
"author": "webRunes",
"license": "MIT",
"bugs": {
"url": "https://github.com/webRunes/Core-WRIO-App/issues"
},
"homepage": "https://github.com/webRunes/Core-WRIO-App"
}