forked from starzou/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 935 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
{
"name": "web-features",
"version": "1.0.0",
"homepage": "https://github.com/starzou/web-features",
"authors": [
"StarZou <[email protected]>"
],
"description": "know more web-features",
"main": "public/index.html",
"keywords": [
"know",
"more",
"web-features"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"webcomponentsjs": "~0.6.0",
"semantic-ui": "~1.11.6",
"es6-shim": "~0.27.1",
"react": "~0.13.1",
"angular-material": "~0.8.3",
"angular-sanitize": "~1.3.15",
"socket.io-client": "~1.3.5",
"ui-router": "~0.2.14",
"angular-resource": "~1.3.15",
"animate.css": "~3.2.6",
"zepto": "~1.1.6",
"bootstrap": "~3.3.4",
"underscore": "~1.8.3",
"pure": "~0.6.0",
"ratchet": "~2.0.2",
"Chart.js": "~1.0.2",
"html2canvas": "~0.4.1"
}
}