-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "openmed",
"version": "0.1.3",
"description": "An angular node-webkit application",
"main": "index.html",
"private": true,
"scripts": {
"start": "nw .",
"prestart": "grunt",
"install": "bower install --allow-root && grunt",
"test": "./node_modules/.bin/mocha --recursive --ui bdd --reporter spec"
},
"keywords": [
"node",
"webkit",
"win",
"osx"
],
"chromium-args" : "--enable-smooth-scrolling --disable-accelerated-video --enable-webgl --enable-webaudio --ignore-gpu-blacklist --force-compositing-mode --harmony",
"window": {
"toolbar": false,
"resizable": true,
"frame": true,
"width": 1000,
"height": 600,
"min_width": 600,
"min_height": 400,
"position": "center"
},
"author": "Darin Dimitrov",
"license": "MIT",
"dependencies": {
"lodash": "~2.4.1",
"steno": "^0.3.1",
"uuid": "^2.0.1",
"moment": "~2.8.4"
}
}