forked from duoshuo/airpub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 959 Bytes
/
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
{
"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.2.20",
"angular-bootstrap": "~0.11.0",
"angular-ui-router": "~0.2.10",
"bootstrap": "~3.2.0",
"nprogress": "~0.1.6",
"node-uuid": "~1.4.1",
"upyun": "~0.3.0",
"duoshuo": "~0.4.7",
"marked": "~0.3.2",
"highlightjs": "~8.0.0",
"chill": "~0.3.0",
"ninja": "0.1.1",
"wechat.js": "~0.1.0",
"oclazyload": "~0.3.8"
}
}