-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathbower.json
52 lines (52 loc) · 1.03 KB
/
bower.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
{
"name": "airpub",
"version": "0.4.0",
"homepage": "https://github.com/duoshuo/airpub",
"authors": [
"Guo Yu <[email protected]>"
],
"description": "a pure front-end blog engine powered by duoshuo API",
"main": "index.html",
"keywords": [
"blog",
"cms",
"angular",
"airpub",
"airpress",
"wordpress",
"blog engine",
"blog platform",
"article"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"editor",
"thumb"
],
"dependencies": {
"angular": "1.3.8",
"angular-sanitize": "~1.3.8",
"angular-ui-router": "0.2.13",
"bootstrap": "3.3.1",
"nprogress": "~0.1.6",
"node-uuid": "~1.4.1",
"upyun": "0.4.0",
"duoshuo": "0.5.2",
"marked": "~0.3.2",
"highlightjs": "~8.0.0",
"chill": "0.3.0",
"ninja": "0.1.1",
"oclazyload": "~0.5.2"
},
"devDependencies": {
"debug": "[email protected]:visionmedia/debug.git"
},
"resolutions": {
"angular": "1.3.8"
}
}