-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 965 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 965 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
{
"name": "hyper-reader",
"version": "0.0.3-4",
"description": "a hyper-readings editor built with substance.io [WIP]",
"main": "./dist/hyper-reader.cjs.js",
"jsnext:main": "index.es.js",
"scripts": {
"build": "node make",
"clean": "node make clean",
"start": "node make -s -w",
"app": "node make run-app -w",
"release": "node make app && build --project app-dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Benjamin Forster",
"repository": {
"type": "git",
"url": "git+https://github.com/e-e-e/hyper-reader.git"
},
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.0",
"electron-builder": "20.4.0",
"electron": "2.0.0-beta.2",
"font-awesome": "^4.7.0",
"standard": "^11.0.0",
"substance-bundler": "^0.21.2"
},
"dependencies": {
"hyper-readings-manager": "0.0.11",
"lodash.debounce": "^4.0.8",
"substance": "^1.0.0-preview.63"
}
}