-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.08 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
{
"name": "rodan-client",
"version": "0.17.2",
"description": "Rodan Client",
"keywords": [
"workflow",
"music",
"mcgill",
"rodan"
],
"bugs": {
"url": "https://github.com/DDMAL/rodan-client/issues"
},
"scripts": {
"clean": "gulp clean",
"start": "gulp",
"dist": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1",
"pretest": "node scripts/pretest.js",
"postversion": "git push && git push --tags",
"prestart": "node scripts/prestart.js",
"preversion": "node scripts/preversion.js"
},
"author": {
"name": "Distributed Digital Music Archives & Library Laboratory",
"url": "http://ddmal.music.mcgill.ca/"
},
"main": "src/rodan.js",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ddmal/rodan-client"
},
"devDependencies": {
"async": "^2.1.5",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-preset-es2015": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"ip": "^1.1.4",
"jspm": "^0.16.53",
"paper": "^0.11.4",
"prompt-sync": "^4.1.4",
"recursive-readdir": "^2.1.1",
"simple-git": "^1.66.0",
"vinyl-fs": "^2.4.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone.marionette": "^2.4.7",
"backbone.radio": "^2.0.0",
"bootstrap": "^3.3.7",
"eonasdan-bootstrap-datetimepicker": "git+https://github.com/Eonasdan/bootstrap-datetimepicker.git",
"file-saver": "^1.3.3",
"jquery": "^3.1.1",
"jqueryui": "^1.11.1",
"json-editor": "git+https://github.com/jdorn/json-editor.git",
"jspm": "^0.16.53",
"moment": "^2.17.1",
"moment-timezone": "^0.4.1",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=4.2.6"
},
"jspm": {
"directories": {
"baseURL": "node_modules/.bin"
},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}