Blame view

package.json 861 Bytes
f6a4415a   Apichat.Tum   start smart-rms-c...
1
{
21a1ff19   Apichat.Tum   fix follow smartr...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  "name": "smart-rms-schedule",
  "version": "1.0.0",
  "dependencies": {
    "async": "^2.0.1",
    "bluebird": "^3.4.1",
    "body-parser": "~1.15.0",
    "busboy-body-parser": "0.0.10",
    "ejs": "^2.5.2",
    "express": "~4.13.0",
    "formidable": "^1.0.17",
    "google-auth-library": "^0.9.8",
    "googleapis": "^14.0.0",
    "indicative": "^2.1.0",
    "moment": "^2.14.1",
    "moment-timezone": "^0.5.5",
    "node-yaml-config": "0.0.4",
    "scribe-js": "^2.0.4",
d360cefc   TUM.Apichat   move save google ...
19
20
    "unirest": "^0.5.0"
  },
21a1ff19   Apichat.Tum   fix follow smartr...
21
22
23
24
25
26
27
28
29
30
31
32
  "devDependencies": {
    "eslint": "^3.4.0",
    "eslint-config-angular": "^0.5.0",
    "eslint-config-defaults": "^9.0.0",
    "eslint-config-google": "^0.6.0",
    "eslint-config-standard": "^6.0.0",
    "eslint-plugin-angular": "^1.3.1",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.0",
    "gulp-ftp": "^1.1.0"
  }
}