-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·42 lines (42 loc) · 956 Bytes
/
bower.json
File metadata and controls
executable file
·42 lines (42 loc) · 956 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
{
"name": "xin-archetype",
"version": "0.0.1",
"authors": [
"Farid Hidayat <e.faridhidayat@gmail.com>",
"Muhammad Ali <muhammadali.alaydrus@gmail.com>",
"Abdul Rasman <adoel4razman@gmail.com>"
],
"description": "xin-archetype.",
"main": "index.html",
"moduleType": [
"es6"
],
"keywords": [
"xin-archetype"
],
"dependencies": {
"jquery": "jquery/jquery",
"underscore": "1.8.3",
"backbone": "1.2.1",
"xin": "faridlab/xin#1.0.0",
"naked-css": "1.0.x",
"tshirt-scroll": "1.0.6.fix-1",
"jquery-mousewheel": "~3.1.x",
"tshirt-popup": "1.0.x",
"jacket-awesome": "2.0.x",
"tshirt-background": "~0.0.1",
"owl-carousel": "~1.3.2",
"masonry": "desandro/masonry",
"animate.css": "animate-css#~3.4.0"
},
"license": "MIT",
"homepage": "xinix.co.id",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}