-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "crim-citations",
"version": "0.0.1",
"description": "Backbone app to cite and relate portions of MEI music scores.",
"main": "src/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umd-mith/CRIM-Citations.git"
},
"keywords": [
"MEI",
"music",
"notation",
"music",
"renaissance",
"annotation",
"citation"
],
"author": "Raff Viglianti, University of Maryland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/umd-mith/CRIM-Citations/issues"
},
"homepage": "https://github.com/umd-mith/CRIM-Citations#readme",
"dependencies": {
"backbone": "^1.3.3",
"continuo": "^0.1.3",
"dialog-polyfill": "^0.4.7",
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"save-as": "^0.1.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}