-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.52 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
46
47
48
49
50
51
52
{
"name": "DocWave",
"version": "1.0.0",
"description": "JS Doc repository",
"main": "main.js",
"scripts": {
"start": "electron .",
"task": "gulp",
"uglify": "uglifyjs app/build/bundle.js > app/build/bundle.min.js",
"package-mac": "electron-packager . DocWave --platform=darwin --arch=x64 --version=0.36.8 --overwrite --prune --icon=icons/DocWave1.icns",
"package-linux": "electron-packager . DocWave --platform=linux --arch=x64 --version=0.36.8 --overwrite --prune --icon=icons/DocWave1.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DocWave/Doc-tor"
},
"keywords": [
"Documentation",
"Searchable",
"JavaScript"
],
"author": "Dan Levin, Cruz Welborn, Lea Fox",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DocWave/Doc-tor/issues"
},
"homepage": "https://github.com/DocWave/Doc-tor#readme",
"devDependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"browserify": "^10.2.4",
"electron-packager": "^5.2.1",
"electron-prebuilt": "^0.36.8",
"grunt": "^0.4.5",
"grunt-electron-installer": "^1.2.2",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
},
"dependencies": {
"material-ui": "^0.14.4",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"react": "^0.14",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.2",
"request": "^2.69.0",
"yauzl": "^2.4.1"
}
}