-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 912 Bytes
/
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
{
"name": "library",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "2.3.4",
"express": "^4.13.3",
"gulp-jshint": "^2.0.0",
"mssql": "2.3.1",
"body-parser": "1.14.1",
"cookie-parser": "1.4.0",
"express-session": "1.12.0",
"passport": "0.3.0",
"passport-local": "1.0.0",
"xml2js": "0.4.15",
"http": "0.0.0"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-inject": "1.5.0",
"gulp-jscs": "2.0.0",
"gulp-jshint": "2.0.0",
"gulp-nodemon": "2.0.4",
"jscs": "2.7.0",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0",
"wiredep": "2.2.2"
}
}