-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.32 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "Alexandria_librarian",
"version": "0.0.2",
"author": "D.L.O.A.",
"description": "ΛLΞXΛNDRIΛ Librarian",
"relese-name": "Hello World",
"homepage": "http://alexandria.media",
"main": "js/browser.js",
"repository": {
"type": "git",
"url": "https://github.com/dloa/alexandria-librarian"
},
"bugs": "https://github.com/dloa/alexandria-librarian/issues",
"scripts": {
"start": "grunt",
"release": "grunt release"
},
"license": "GPL-3.0",
"electron-version": "0.36.4",
"dependencies": {
"alt": "^0.17.8",
"async": "^1.5.0",
"audio-metadata": "^0.3.0",
"bitcoin": "^3.0.1",
"bluebird": "^3.0.6",
"body-parser": "^1.14.2",
"child": "0.0.3",
"chmod": "^0.2.1",
"decompress-zip": "^0.2.0",
"express": "^4.13.3",
"express-http-proxy": "^0.6.0",
"fs-extra": "^0.26.2",
"get-folder-size": "^1.0.0",
"get-port": "^2.1.0",
"history": "^1.13.1",
"ipfs-api": "git+https://github.com/luigiplr/js-ipfs-api.git",
"is-running": "^2.0.0",
"local-storage": "git+https://github.com/jaruba/local-storage.git",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"node-notifier": "^4.4.0",
"node-startup-manager": "^0.0.6",
"node-uuid": "^1.4.7",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-addons-pure-render-mixin": "^0.14.3",
"react-addons-update": "^0.14.3",
"react-datagrid": "^2.0.1",
"react-dom": "^0.14.3",
"react-dropzone": "^3.2.3",
"react-router": "^1.0.2",
"request": "^2.67.0",
"rimraf": "^2.4.4",
"server-destroy": "^1.0.1",
"xps": "^1.0.2",
"yargs": "^3.31.0"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-electron": "^2.0.1",
"grunt-newer": "^1.1.1",
"grunt-npm-command": "^0.1.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.10",
"load-grunt-tasks": "^3.3.0"
},
"optionalDependencies": {
"electron-prebuilt": "0.36.4"
}
}