-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 903 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 903 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
35
36
37
{
"name": "spiceworks-private-notes",
"authors": [
"David Babbitt <davidb@spiceworks.com>"
],
"description": "Maintain your private notes alongside Spiceworks resources (e.g. tickets, devices, etc.)",
"main": "",
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"homepage": "https://developers.spiceworks.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.4",
"underscore": "1.8.3",
"backbone.marionette": "marionette#2.4.3",
"backbone": "1.2.3",
"Materialize": "materialize#0.97.3",
"parse": "1.6.9",
"backbone.radio": "1.0.2",
"moment": "2.10.6",
"normalize-css": "normalize.css#3.0.3",
"github-fork-ribbon-css": "0.1.1",
"underscore.string": "3.2.2",
"js-cookie": "2.0.4",
"medium-editor": "5.9.0"
}
}