forked from youtube/spfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 770 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 770 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
{
"name": "spf",
"description": "A lightweight JS framework for fast navigation and page updates from YouTube",
"main": "dist/spf.js",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"homepage": "https://github.com/youtube/spfjs",
"repository": {
"type": "git",
"url": "https://github.com/youtube/spfjs.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules"
],
"devDependencies": {
"closure-compiler": "http://dl.google.com/closure-compiler/compiler-20141215.zip",
"jasmine-core": "jasmine#~2.3.4",
"octicons": "~2.1.2",
"spf": "2.1.1",
"web-starter-kit": "~0.4.0",
"webpy": "https://github.com/webpy/webpy/archive/73f1119649ffe54ba26ddaf6a612aaf1dab79b7f.zip"
}
}