travis
[openemr.git] / package.json
blobbfa5a964bb441394ce89a630d0f26a6fbea0b20d
2   "name": "openemr-interface",
3   "version": "0.2.0",
4   "description": "UI toolkit, theme and component library for OpenEMR",
5   "main": "index.js",
6   "scripts": {
7     "postinstall": "napa && gulp -i",
8     "build": "gulp -b",
9     "dev-build": "npm run gulp-build",
10     "dev": "gulp --dev && gulp watch",
11     "dev-sync": "gulp --dev --sync-only --p 80",
12     "gulp-build": "gulp -b --dev",
13     "gulp-watch": "gulp watch",
14     "test": "echo \"Error: no test specified\" && exit 1"
15   },
16   "keywords": [
17     "openemr"
18   ],
19   "author": "d3sandoval",
20   "license": "GNU GPL",
21   "devDependencies": {
22     "babel-core": "^6.26.3",
23     "browser-sync": "^2.24.4",
24     "del": "^3.0.0",
25     "glob": "^7.1.2",
26     "gulp": "^3.9.1",
27     "gulp-append-prepend": "^1.0.4",
28     "gulp-autoprefixer": "^5.0.0",
29     "gulp-csso": "^3.0.1",
30     "gulp-if": "^2.0.2",
31     "gulp-rename": "^1.2.3",
32     "gulp-sass": "^4.0.1",
33     "gulp-sourcemaps": "^2.6.4",
34     "gulp-watch": "^5.0.1",
35     "minimist": "^1.2.0",
36     "napa": "^3.0.0",
37     "replace-in-file": "^3.4.2",
38     "run-sequence": "^2.2.1"
39   },
40   "dependencies": {
41     "angular": "1.5.8",
42     "angular-sanitize": "1.5.8",
43     "angular-summernote": "0.8.1",
44     "anythingslider": "https://github.com/CSS-Tricks/AnythingSlider/archive/v1.9.4.tar.gz",
45     "backbone": "1.3.3",
46     "bootstrap": "3.3.4",
47     "bootstrap-rtl": "3.3.4",
48     "chart.js": "2.1.3",
49     "checklist-model": "0.10.0",
50     "ckeditor": "4.11.1",
51     "datatables.net": "1.10.13",
52     "datatables.net-bs": "1.10.13",
53     "datatables.net-colreorder": "1.3.2",
54     "datatables.net-colreorder-dt": "1.3.2",
55     "datatables.net-dt": "1.10.13",
56     "datatables.net-jqui": "1.10.13",
57     "datatables.net-scroller": "1.4.2",
58     "datatables.net-scroller-jqui": "1.4.2",
59     "dropzone": "4.3.0",
60     "dwv": "0.25.2",
61     "emodal": "1.2.67",
62     "flot": "0.8.0-alpha",
63     "font-awesome": "4.6.3",
64     "gritter": "1.7.4",
65     "i18next": "9.0.1",
66     "i18next-browser-languagedetector": "2.0.0",
67     "i18next-xhr-backend": "1.4.3",
68     "jquery": "3.1.1",
69     "jquery-datetimepicker": "2.5.20",
70     "jscolor": "EastDesire/jscolor",
71     "jszip": "3.1.5",
72     "knockout": "3.4.0",
73     "konva": "1.6.8",
74     "magic-wand-js": "1.0.0",
75     "moment": "2.23.0",
76     "numeral": "1.5.3",
77     "select2": "4.0.3",
78     "select2-bootstrap-theme": "0.1.0-beta.10",
79     "summernote": "0.8.2",
80     "underscore": "1.8.3",
81     "validate.js": "0.12.0"
82   },
83   "napa": {
84     "bootstrap-sidebar": "https://github.com/asyraf9/bootstrap-sidebar/archive/v0.2.2.tar.gz",
85     "jquery-1-7-2": "https://github.com/jquery/jquery/archive/1.7.2.tar.gz",
86     "jquery-1-9-1": "https://github.com/jquery/jquery/archive/1.9.1.tar.gz",
87     "jquery-1-10-2": "https://github.com/jquery/jquery/archive/1.10.2.tar.gz",
88     "jquery-creditcardvalidator": "https://github.com/PawelDecowski/jquery-creditcardvalidator/archive/v1.1.0.tar.gz",
89     "jquery-panelslider": "https://github.com/eduardomb/jquery-panelslider/archive/0.1.1.tar.gz",
90     "jquery-ui-1-10-4": "https://jqueryui.com/resources/download/jquery-ui-1.10.4.zip",
91     "jquery-ui-1-11-4": "https://jqueryui.com/resources/download/jquery-ui-1.11.4.zip",
92     "jquery-ui": "https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip",
93     "jquery-ui-themes-1-10-4": "https://jqueryui.com/resources/download/jquery-ui-themes-1.10.4.zip",
94     "jquery-ui-themes-1-11-4": "https://jqueryui.com/resources/download/jquery-ui-themes-1.11.4.zip",
95     "jquery-ui-themes": "https://jqueryui.com/resources/download/jquery-ui-themes-1.12.1.zip",
96     "jquery-validation": "https://github.com/jquery-validation/jquery-validation/releases/download/1.13.1/jquery-validation-1.13.1.zip",
97     "literallycanvas": "https://github.com/literallycanvas/literallycanvas/archive/v0.4.13.tar.gz",
98     "pure": "https://github.com/pure-css/pure/releases/download/v0.5.0/pure-0.5.0.tar.gz",
99     "react-15-1-0": "https://github.com/facebook/react/releases/download/v15.1.0/react-15.1.0.zip",
100     "summernote-nugget": "https://github.com/pHAlkaline/summernote-plugins"
101   },
102   "napa-config": {
103     "cache": false
104   }