mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added linemanjs as frontend
This commit is contained in:
16
frontend/package.json
Normal file
16
frontend/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"description": "An HTML/JS/CSS app",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"author": "John Doe",
|
||||
"devDependencies": {
|
||||
"lineman": "~0.36.6",
|
||||
"lineman-rails": "^0.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "lineman run",
|
||||
"test": "lineman spec-ci",
|
||||
"production": "lineman clean build && npm i express@3 && node -e \"var e = require('express'), a = e(); a.use(e.static('dist/')); a.listen(process.env.PORT)\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user