-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.6 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.6 KB
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
{
"name": "markato",
"version": "1.0.0",
"description": "A single, unifying data format for chord charts, modeled after Markdown.",
"main": "main.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markato/markato.git"
},
"keywords": [
"lyrics",
"chords",
"chord",
"charts",
"markdown"
],
"contributors": [
{
"name": "Julian Rosenblum",
"email": "jsrmath@gmail.com"
},
{
"name": "James Buckland",
"email": "james.adam.buckland@gmail.com"
}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/markato/markato/issues"
},
"homepage": "https://github.com/markato/markato#readme",
"devDependencies": {
"browserify": "13.0.1",
"coffee-reactify": "5.0.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-browserify": "0.5.1",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.2",
"gulp-uglify": "2.0.0"
},
"dependencies": {
"autosize": "3.0.17",
"bootstrap": "3.3.6",
"bootstrap-switch": "3.3.2",
"classnames": "2.2.5",
"clipboard": "1.5.12",
"firebase": "3.2.1",
"jquery": "2.2.3",
"memoizee": "0.3.10",
"object-assign-shim": "1.0.0",
"query-string": "4.2.3",
"react": "15.3.1",
"react-bootstrap": "0.30.3",
"react-dom": "15.1.0",
"sharp11": "2.0.1",
"sharp11-web-audio": "1.0.5",
"string": "3.3.1",
"uid": "0.0.2",
"underscore": "1.8.3"
},
"overrides": {
"graceful-fs": "4.2.11"
}
}