mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
- 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:
20
component.json
Normal file
20
component.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user