[TIC-UI] Implemeting UI page
[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   },
36   "devDependencies": {
37     "bower": "~1.8.0",
38     "gulp": "~3.9.1",
39     "del": "~2.2.2",
40     "merge-stream": "~1.0.1",
41     "pm2": "~2.1.5"
42   }
43 }