forked from rip-projects/xin-arch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·37 lines (37 loc) · 977 Bytes
/
bower.json
File metadata and controls
executable file
·37 lines (37 loc) · 977 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
{
"name": "xin-archetype",
"version": "0.0.1",
"authors": [
"Farid Hidayat <e.faridhidayat@gmail.com>",
"Abdul Rasman <adoel4razman@gmail.com>"
],
"description": "xin-archetype.",
"main": "index.html",
"moduleType": [
"es6"
],
"keywords": [
"xin-archetype"
],
"dependencies": {
"xin": "git@github.com:faridlab/xin.git",
"backbone": "git@github.com:jashkenas/backbone.git",
"jquery": "git@github.com:jquery/jquery.git",
"underscore": "git@github.com:jashkenas/underscore.git",
"naked": "git@github.com:xinix-technology/naked.git",
"xin-theme": "git@github.com:adoel/xin-theme.git",
"md5": "git@github.com:blueimp/JavaScript-MD5.git",
"touchswipe": "git@github.com:mattbryson/TouchSwipe-Jquery-Plugin.git",
"localforage": "~1.2.2"
},
"license": "MIT",
"homepage": "xinix.co.id",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}