-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.47 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "r7dip",
"private": true,
"version": "0.0.1",
"description": "A project for Database",
"repository": "Dip new",
"license": "MIT",
"devDependencies": {
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^3.0.0",
"gulp-minify": "0.0.15",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"pm2": "^2.6.1",
"pm2-logrotate": "^2.2.0",
"protractor": "^5.1.1"
},
"scripts": {
"start": "../depend/node/bin/node managerTest.js",
"dev": "http-server -a localhost -p 8000 -c-1 ./app",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js",
"update-index-async": "node -e \"var fs=require('fs'),indexFile='app/index-async.html',loaderFile='app/bower_components/angular-loader/angular-loader.min.js',loaderText=fs.readFileSync(loaderFile,'utf-8').split(/sourceMappingURL=angular-loader.min.js.map/).join('sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map'),indexText=fs.readFileSync(indexFile,'utf-8').split(/\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/).join('//@@NG_LOADER_START@@\\n'+loaderText+' //@@NG_LOADER_END@@');fs.writeFileSync(indexFile,indexText);\""
},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"chai": "^4.1.0",
"check-types": "^7.2.0",
"connect-flash": "^0.1.1",
"connect-timeout": "^1.8.0",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"ejs": "^2.5.2",
"express": "^4.15.4",
"express-mysql-session": "^1.2.0",
"express-session": "^1.15.5",
"express-validator": "^3.2.0",
"formidable": "^1.1.1",
"helmet": "^3.8.1",
"jshint": "^2.9.5",
"log4js": "^1.1.1",
"mocha": "^3.4.2",
"mysql": "^2.14.0",
"net": "^1.0.2",
"odbc": "^1.2.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1"
}
}