[TIC-Web] add 'moment' package
[archive/20170607/tools/tic.git] / package.json
1 {
2   "name": "tizen-image-configurator-web-ui",
3   "description": "Tizen Image Configurator - Web UI",
4   "version": "0.0.1",
5   "main": "app.js",
6   "scripts": {
7     "start": "node app",
8     "test": "echo \"Error: no test specified\" && exit 1"
9   },
10   "engines": {
11     "node": ">= 6.9.1"
12   },
13   "repository": {
14     "type": "git",
15     "url": "git://git.tizen.org/tools/tic"
16   },
17   "keywords": [
18     "tic",
19     "tizen-image",
20     "tizen-image-configurator",
21     "tizen-image-configurator-web-ui"
22   ],
23   "author": {
24     "name": "ChangHyun Lee",
25     "email": "leechwin.lee@samsung.com"
26   },
27   "license": "MIT",
28   "dependencies": {
29     "requirejs": "~2.3.2",
30     "lodash": "~4.17.2",
31     "jquery": "~3.1.1",
32     "express": "~4.14.0",
33     "body-parser": "~1.15.2",
34     "socket.io": "~1.6.0",
35     "mime": "~1.3.4",
36     "mkdirp": "~0.5.1",
37     "winston": "~2.3.0",
38     "jsnlog": "~2.22.0",
39     "jsnlog-nodejs": "~2.22.0",
40     "moment": "~2.17.1"
41   },
42   "devDependencies": {
43     "bower": "~1.8.0",
44     "gulp": "~3.9.1",
45     "del": "~2.2.2",
46     "merge-stream": "~1.0.1",
47     "pm2": "~2.1.5"
48   }
49 }