-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 927 Bytes
/
Copy pathbower.json
File metadata and controls
44 lines (44 loc) · 927 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
38
39
40
41
42
43
44
{
"name": "LessMS",
"version": "0.1.0",
"authors": [
"paulb <paulb@ashridgetech.com>"
],
"description": "Browser CMS client",
"moduleType": [
"node"
],
"keywords": [
"CMS"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"iron-ajax": "PolymerElements/iron-ajax#~1.0.6",
"google-signin": "GoogleWebComponents/google-signin#~1.2.0",
"aws-sdk": "aws-sdk-js#~2.2.12",
"ag-grid": "~2.3.4",
"font-awesome": "~4.4.0",
"lodash": "~3.10.1",
"xdate": "~0.8.1",
"filesize": "~3.1.3",
"ckeditor": "~4.5.4",
"ace": "~1.2.2",
"darkroom": "~2.0.1",
"clipboard": "~1.5.3",
"text-encoding": "~0.5.3",
"json-editor": "~0.7.23"
},
"devDependencies": {
"mocha": "~2.3.4",
"should": "~7.1.1"
}
}