- Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.

- Started to add CSS back.
This commit is contained in:
Gunther Brunner
2014-03-10 19:58:04 +09:00
parent a22eb8e841
commit 345f921fb9
11 changed files with 37 additions and 13 deletions

20
component.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "stf",
"repo": "stf/stf",
"description": "STF Main Component",
"version": "0.0.1",
"keywords": [],
"dependencies": {},
"development": {},
"license": "MIT",
"main": "res/app/app.js",
"scripts": [
"res/app/app.js"
],
"remotes": [
"http://ghe.amb.ca.local"
],
"paths": [
"res/components"
]
}