Edit File: package.json
{ "name": "static-app", "description": "An example flatiron app using static plugin", "version": "0.1.0", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "dependencies": { "flatiron": "0.3.x", "st": "0.1.0" }, "main": "./app", "engines": { "node": ">= 0.6.4" } }
Back to File Manager