-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
37
38
39
{
"name": "LocalisationHelper",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kirill Buga",
"license": "ISC",
"dependencies": {
"archiver": "~0.11.0",
"async": "^0.9.0",
"async-each-object": "0.0.2",
"basic-auth": "^1.0.0",
"body-parser": "^1.9.0",
"express": "^4.9.5",
"express-session": "~1.9.0",
"google-oauth-jwt": "~0.1.4",
"google-spreadsheet": "^0.2.8",
"google-spreadsheets": "^0.3.0",
"googleclientlogin": "^0.2.8",
"jade": "~1.7.0",
"mkdirp": "~0.5.0",
"moment": "~2.8.3",
"mongodb": "^1.4.17",
"node-jsxml": "^0.6.0",
"pwd": "0.0.4",
"request": "^2.44.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jade": "^0.8.0",
"gulp-stylus": "~1.3.3",
"nib": "~1.0.4",
"gulp-watch": "~1.1.0"
}
}