-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 897 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
{
"name": "famous-base",
"description": "E.g. Seed project to get started with Famo.us.",
"version": "0.1.0",
"homepage": "https://github.com/sschepis/famous-base",
"authors": [
{
"name": "CoderBoo",
"url": "http://github.com/sschepis/"
}
],
"main": "app/index.html",
"moduleType": [
"amd"
],
"keywords": [
"famo.us"
],
"license": "ISC",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"src/lib",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.11",
"almond": "~0.2.9",
"famous-polyfills": "git+https://github.com/Famous/polyfills.git#0.1.1",
"famous": "git+https://github.com/Famous/famous.git#0.1.2",
"polymer": "~0.2.3",
"polymer-platform": "~0.2.3",
"polymer-eventemitter": "~0.0.1",
"polymer-localstorage": "https://github.com/addyosmani/polymer-localstorage"
}
}