1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/frontend/package.json
2016-02-18 12:51:22 +00:00

16 lines
440 B
JSON

{
"name": "frontend",
"description": "Frontend for wrestlingdev",
"version": "0.0.1",
"private": true,
"author": "Jacob Cody Wimer",
"devDependencies": {
"lineman": "~0.36.6"
},
"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)\""
}
}