forked from Infragistics/livewire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 996 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 996 Bytes
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
{
"name": "livewire",
"version": "1.1.005",
"description": "Simple Web Content Editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"release-win64": "electron-packager . Livewire --platform=win32 --arch=x64 --out=../releases",
"release": "electron-packager . Livewire --platform=all --arch=all --out=../releases",
"postinstall": "gulp install"
},
"repository": {
"type": "git",
"url": "https://github.com/infragistics/livewire.git"
},
"keywords": [
"markdown",
"electron"
],
"author": "Craig Shoemaker <cshoemaker@infragistics.com>",
"license": "MIT",
"devDependencies": {
"electron-packager": "^5.0.1",
"electron-prebuilt": "^0.36.9",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-tsc": "^1.1.1",
"i": "^0.3.3",
"shelljs": "^0.5.1"
},
"dependencies": {
"cheerio": "^0.19.0",
"lodash": "^3.10.0",
"marked": "^0.3.4"
}
}