forked from nusmodifications/nusmods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 5.02 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "nusmods",
"version": "0.3.0",
"description": "NUS CORS Module Finder & Timetable Builder (Unofficial)",
"homepage": "https://github.com/nusmodifications/nusmods",
"author": {
"name": "Eu Beng Hee",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/nusmodifications/nusmods.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nusmodifications/nusmods/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"backbone": "~1.1.2",
"backbone.babysitter": "~0.1.5",
"backbone.marionette": "~2.3.0",
"backbone.wreqr": "~1.3.1",
"bluebird": "~2.4.3",
"bower": "^1.3.12",
"d3": "~3.5.2",
"fastclick": "~1.0.3",
"jquery": "~2.1.3",
"marked": "~0.3.2",
"qs": "~2.3.3",
"underscore": "~1.6.0",
"zeroclipboard": "~2.1.6",
"spin.js": "2.0.2"
},
"devDependencies": {
"browserify": "~2.3.0",
"browserify-shim": "~3.8.1",
"connect-modrewrite": "~0.7.9",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.0.0",
"grunt-browserify": "~3.2.1",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~0.4.11",
"grunt-newer": "~0.8.0",
"grunt-rev": "~0.1.0",
"grunt-rsync": "~0.6.2",
"grunt-svgmin": "~2.0.0",
"grunt-usemin": "~3.0.0",
"handlebars": "~2.0.0",
"hbsfy": "~2.2.1",
"jshint-stylish": "~1.0.0",
"load-grunt-tasks": "~2.0.0",
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.8.0"
},
"private": true,
"browserify": {
"transform": [
"browserify-shim",
"hbsfy"
]
},
"browser": {
"Mousetrap": "./app/bower_components/mousetrap/mousetrap.js",
"backbone.picky": "./app/bower_components/backbone.picky/lib/amd/backbone.picky.js",
"bootstrap/affix": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/affix.js",
"bootstrap/alert": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/alert.js",
"bootstrap/button": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/button.js",
"bootstrap/collapse": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse.js",
"bootstrap/dropdown": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js",
"bootstrap/scrollspy": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy.js",
"bootstrap/popover": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js",
"bootstrap/tooltip": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip.js",
"bootstrap/transition": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/transition.js",
"bootstrap/tab": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js",
"jquery-ui-touch-punch": "./app/bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.js",
"jquery-ui/core": "./app/bower_components/jquery.ui/ui/core.js",
"jquery-ui/draggable": "./app/bower_components/jquery.ui/ui/draggable.js",
"jquery-ui/droppable": "./app/bower_components/jquery.ui/ui/droppable.js",
"jquery-ui/mouse": "./app/bower_components/jquery.ui/ui/mouse.js",
"jquery-ui/widget": "./app/bower_components/jquery.ui/ui/widget.js",
"jquery.fileDownload": "./app/bower_components/jquery.fileDownload/src/Scripts/jquery.fileDownload.js",
"localforage": "./app/bower_components/localforage/dist/localforage.nopromises.js",
"moment": "./app/bower_components/moment/moment.js",
"qTip2": "./app/bower_components/qtip2/jquery.qtip.js",
"raven": "./app/bower_components/raven-js/dist/raven.js",
"select2": "./app/bower_components/select2/select2.js"
},
"browserify-shim": {
"Mousetrap": "Mousetrap",
"bootstrap/collapse": {
"depends": [
"bootstrap/transition"
]
},
"bootstrap/transition": {
"depends": [
"jquery:jQuery"
]
},
"jquery-ui/draggable": {
"depends": [
"jquery-ui/core",
"jquery-ui/mouse",
"jquery-ui/widget"
]
},
"jquery-ui/droppable": {
"depends": [
"jquery-ui/core",
"jquery-ui/widget",
"jquery-ui/mouse",
"jquery-ui/draggable"
]
},
"jquery-ui/mouse": {
"depends": [
"jquery-ui/widget"
]
},
"jquery-ui-touch-punch": {
"depends": [
"jquery-ui/mouse"
]
},
"localforage": {
"exports": "localforage",
"depends": [
"bluebird:Promise"
]
},
"raven": "Raven"
}
}