package.json 295 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "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" } }