forked from shabiel/ewd-vista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 KB
/
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
40
41
42
43
44
45
{
"name": "ewd-vista",
"version": "1.0.17",
"description": "EWD VistA: application core",
"main": "index.js",
"author": "Alexis Carlson & Sam Habiel",
"license": "Apache-2.0",
"dependencies": {
"ewd-session": "",
"ncp": "~2"
},
"devDependencies": {
"babelify": "",
"bootstrap": "^3.3.7",
"browserify": "",
"browserify-css": "^0.12.0",
"deamdify": "^0.3.0",
"eslint": "",
"eslint-plugin-json": "",
"ewd-client": "~1",
"font-awesome": "^4.7.0",
"fontface-source-sans-pro": "^2.0.10-alpha1",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"mocha": "",
"socket.io-client": "~1",
"toastr": "^2.1.2",
"uglify-es": "^3.1.3",
"xterm": "^2.9.2",
"zombie": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/shabiel/ewd-vista.git"
},
"scripts": {
"build:browserify": "browserify -t babelify -t deamdify -g browserify-css ./client/app.js | ./node_modules/uglify-es/bin/uglifyjs > ./www/assets/javascripts/bundle.js",
"build:font-ssp": "cp node_modules/fontface-source-sans-pro/fonts/TTF/* www/assets/fonts/ && cp node_modules/fontface-source-sans-pro/fonts/EOT/* www/assets/fonts/",
"build": "npm run build:browserify && npm run build:font-ssp"
},
"ewdVista": {
"service": true,
"name": "VistA"
}
}